#66DF61

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

Shades of Pastel Green #66DF61

Tints of Pastel Green #66DF61

Color information

#66DF61 (or 0x66DF61) is unknown color: approx Pastel Green. HEX triplet: 66, DF and 61. RGB value is (102,223,97). Sum of RGB (Red+Green+Blue) = 102+223+97=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DF61 is #99209E. Grayscale: #ACACAC. Windows color (decimal): -10035359 or 6414182. OLE color: 6414182.

HSL color Cylindrical-coordinate representation of color #66DF61: hue angle of 117.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66DF61 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB10222397-
CMYK0.5400.570.13
HSL117.62º66.32%62.75%-
HSV(B)117.62º56.5%87.45%-
XYZ34.0256.4620.41-
YUV172.4685.4177.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 223 (87.5% from 255) = 52.84%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=24.17%
G=52.84%
B=22.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102223970.5400.570.13117.6266.3262.75
Hex66DF6136039D76423f
Octal146337141660711516610277
Binary11001101101111111000011101100111001110111101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,223,97); }

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

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

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

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

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

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

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