#66D86C

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

Shades of Pastel Green #66D86C

Tints of Pastel Green #66D86C

Color information

#66D86C (or 0x66D86C) is unknown color: approx Pastel Green. HEX triplet: 66, D8 and 6C. RGB value is (102,216,108). Sum of RGB (Red+Green+Blue) = 102+216+108=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #66D86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D86C is #992793. Grayscale: #A9A9A9. Windows color (decimal): -10037140 or 7133286. OLE color: 7133286.

HSL color Cylindrical-coordinate representation of color #66D86C: hue angle of 123.16º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D86C is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB102216108-
CMYK0.5300.500.15
HSL123.16º59.38%62.35%-
HSV(B)123.16º52.78%84.71%-
XYZ32.7453.0222.7-
YUV169.693.2379.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.94%
GREEN value IS 216 (84.77% from 255) = 50.70%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=23.94%
G=50.70%
B=25.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022161080.5300.500.15123.1659.3862.35
Hex66D86C35032F7b3b3e
Octal14633015465062171737376
Binary1100110110110001101100110101011001011111111011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66D86C; }

 p { color: rgb(102,216,108); }

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

<style>
 a { background-color: #66D86C; }

 a { background-color: rgb(102,216,108); }

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

<style>
 span { border-color: #66D86C; }

 span { border-color: rgb(102,216,108); }

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