#66D261

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

Shades of Pastel Green #66D261

Tints of Pastel Green #66D261

Color information

#66D261 (or 0x66D261) is unknown color: approx Pastel Green. HEX triplet: 66, D2 and 61. RGB value is (102,210,97). Sum of RGB (Red+Green+Blue) = 102+210+97=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #66D261 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D261 is #992D9E. Grayscale: #A5A5A5. Windows color (decimal): -10038687 or 6410854. OLE color: 6410854.

HSL color Cylindrical-coordinate representation of color #66D261: hue angle of 117.35º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D261 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB10221097-
CMYK0.5100.540.18
HSL117.35º55.67%60.2%-
HSV(B)117.35º53.81%82.35%-
XYZ30.6849.7819.3-
YUV164.8389.7283.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 210 (82.42% from 255) = 51.34%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=24.94%
G=51.34%
B=23.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102210970.5100.540.18117.3555.6760.2
Hex66D261330361275383c
Octal14632214163066221657074
Binary11001101101001011000011100110110110100101110101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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