#83DC66

Color #83DC66 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #83DC66

Tints of Pastel Green #83DC66

Color information

#83DC66 (or 0x83DC66) is unknown color: approx Pastel Green. HEX triplet: 83, DC and 66. RGB value is (131,220,102). Sum of RGB (Red+Green+Blue) = 131+220+102=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DC66 is #7C2399. Grayscale: #B4B4B4. Windows color (decimal): -8135578 or 6741123. OLE color: 6741123.

HSL color Cylindrical-coordinate representation of color #83DC66: hue angle of 105.25º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83DC66 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB131220102-
CMYK0.4000.540.14
HSL105.25º62.77%63.14%-
HSV(B)105.25º53.64%86.27%-
XYZ37.3556.9721.6-
YUV179.9484.0193.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 28.92%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=28.92%
G=48.57%
B=22.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201020.4000.540.14105.2562.7763.14
Hex83DC6628036E693f3f
Octal20333414650066161517777
Binary10000011110111001100110101000011011011101101001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DC66; }

 p { color: rgb(131,220,102); }

 H1.HeaderClassName
 {
   color: #83DC66;
 }
 .AnyTagClassName
 {
   color: #83DC66;
 }
</style>
background-color css

<style>
 a { background-color: #83DC66; }

 a { background-color: rgb(131,220,102); }

 div.DivClassName
 {
   background-color: #83DC66;
 }
 .BgClassName
 {
   background-color: #83DC66;
 }
</style>
border-color css

<style>
 span { border-color: #83DC66; }

 span { border-color: rgb(131,220,102); }

 td.TdClassName
 {
   border-color: #83DC66;
 }
 .TagClassName
 {
   border-color: #83DC66;
 }
</style>