#66d866

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

Shades of Pastel Green #66D866

Tints of Pastel Green #66D866

Color information

#66D866 (or 0x66D866) is unknown color: approx Pastel Green. HEX triplet: 66, D8 and 66. RGB value is (102,216,102). Sum of RGB (Red+Green+Blue) = 102+216+102=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #66D866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D866 is #992799. Grayscale: #A9A9A9. Windows color (decimal): -10037146 or 6740070. OLE color: 6740070.

HSL color Cylindrical-coordinate representation of color #66D866: hue angle of 120º 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 #66D866 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB102216102-
CMYK0.5300.530.15
HSL120º59.38%62.35%-
HSV(B)120º52.78%84.71%-
XYZ32.4352.921.07-
YUV168.9290.2380.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 216 (84.77% from 255) = 51.43%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=24.29%
G=51.43%
B=24.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022161020.5300.530.1512059.3862.35
Hex66D86635035F783b3e
Octal14633014665065171707376
Binary1100110110110001100110110101011010111111111000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66d866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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