#66D970

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

Shades of Pastel Green #66D970

Tints of Pastel Green #66D970

Color information

#66D970 (or 0x66D970) is unknown color: approx Pastel Green. HEX triplet: 66, D9 and 70. RGB value is (102,217,112). Sum of RGB (Red+Green+Blue) = 102+217+112=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #66D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D970 is #99268F. Grayscale: #AAAAAA. Windows color (decimal): -10036880 or 7395686. OLE color: 7395686.

HSL color Cylindrical-coordinate representation of color #66D970: hue angle of 125.22º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D970 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB102217112-
CMYK0.5300.480.15
HSL125.22º60.21%62.55%-
HSV(B)125.22º53%85.1%-
XYZ33.2253.6223.93-
YUV170.6494.979.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 217 (85.16% from 255) = 50.35%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=23.67%
G=50.35%
B=25.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171120.5300.480.15125.2260.2162.55
Hex66D97035030F7d3c3f
Octal14633116065060171757477
Binary1100110110110011110000110101011000011111111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,217,112); }

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

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

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

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

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

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

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