#66D574

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

Shades of Pastel Green #66D574

Tints of Pastel Green #66D574

Color information

#66D574 (or 0x66D574) is unknown color: approx Pastel Green. HEX triplet: 66, D5 and 74. RGB value is (102,213,116). Sum of RGB (Red+Green+Blue) = 102+213+116=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #66D574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D574 is #992A8B. Grayscale: #A9A9A9. Windows color (decimal): -10037900 or 7656806. OLE color: 7656806.

HSL color Cylindrical-coordinate representation of color #66D574: hue angle of 127.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D574 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB102213116-
CMYK0.5200.460.16
HSL127.57º56.92%61.76%-
HSV(B)127.57º52.11%83.53%-
XYZ32.4351.6724.79-
YUV168.7598.2380.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 213 (83.59% from 255) = 49.42%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=23.67%
G=49.42%
B=26.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022131160.5200.460.16127.5756.9261.76
Hex66D5743402E1080393e
Octal14632516464056202007176
Binary110011011010101111010011010001011101000010000000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,213,116); }

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

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

 a { background-color: rgb(102,213,116); }

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

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

 span { border-color: rgb(102,213,116); }

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