#66D360

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

Shades of Pastel Green #66D360

Tints of Pastel Green #66D360

Color information

#66D360 (or 0x66D360) is unknown color: approx Pastel Green. HEX triplet: 66, D3 and 60. RGB value is (102,211,96). Sum of RGB (Red+Green+Blue) = 102+211+96=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #66D360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D360 is #992C9F. Grayscale: #A5A5A5. Windows color (decimal): -10038432 or 6345574. OLE color: 6345574.

HSL color Cylindrical-coordinate representation of color #66D360: hue angle of 116.87º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66D360 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB10221196-
CMYK0.5200.550.17
HSL116.87º56.65%60.2%-
HSV(B)116.87º54.5%82.75%-
XYZ30.8950.2619.14-
YUV165.388.8982.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 211 (82.81% from 255) = 51.59%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=24.94%
G=51.59%
B=23.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal102211960.5200.550.17116.8756.6560.2
Hex66D360340371175393c
Octal14632314064067211657174
Binary11001101101001111000001101000110111100011110101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,211,96); }

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

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

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

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

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

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

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