#66D670

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

Shades of Pastel Green #66D670

Tints of Pastel Green #66D670

Color information

#66D670 (or 0x66D670) is unknown color: approx Pastel Green. HEX triplet: 66, D6 and 70. RGB value is (102,214,112). Sum of RGB (Red+Green+Blue) = 102+214+112=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #66D670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D670 is #99298F. Grayscale: #A9A9A9. Windows color (decimal): -10037648 or 7394918. OLE color: 7394918.

HSL color Cylindrical-coordinate representation of color #66D670: hue angle of 125.36º degrees, saturation: 0.58, 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 #66D670 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB102214112-
CMYK0.5200.480.16
HSL125.36º57.73%61.96%-
HSV(B)125.36º52.34%83.92%-
XYZ32.4552.0923.67-
YUV168.8895.8980.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.83%
GREEN value IS 214 (83.98% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=23.83%
G=50%
B=26.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022141120.5200.480.16125.3657.7361.96
Hex66D67034030107d3a3e
Octal14632616064060201757276
Binary11001101101011011100001101000110000100001111101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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