#66DD61

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

Shades of Pastel Green #66DD61

Tints of Pastel Green #66DD61

Color information

#66DD61 (or 0x66DD61) is unknown color: approx Pastel Green. HEX triplet: 66, DD and 61. RGB value is (102,221,97). Sum of RGB (Red+Green+Blue) = 102+221+97=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD61 is #99229E. Grayscale: #ABABAB. Windows color (decimal): -10035871 or 6413670. OLE color: 6413670.

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

Color convert

RGB10222197-
CMYK0.5400.560.13
HSL117.58º64.58%62.35%-
HSV(B)117.58º56.11%86.67%-
XYZ33.4955.420.24-
YUV171.2886.0878.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 221 (86.72% from 255) = 52.62%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=24.29%
G=52.62%
B=23.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102221970.5400.560.13117.5864.5862.35
Hex66DD6136038D76413e
Octal146335141660701516610176
Binary11001101101110111000011101100111000110111101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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