#66DE6A

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

Shades of Pastel Green #66DE6A

Tints of Pastel Green #66DE6A

Color information

#66DE6A (or 0x66DE6A) is unknown color: approx Pastel Green. HEX triplet: 66, DE and 6A. RGB value is (102,222,106). Sum of RGB (Red+Green+Blue) = 102+222+106=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DE6A is #992195. Grayscale: #ADADAD. Windows color (decimal): -10035606 or 7003750. OLE color: 7003750.

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

Color convert

RGB102222106-
CMYK0.5400.520.13
HSL122º64.52%63.53%-
HSV(B)122º54.05%87.06%-
XYZ34.256.1122.66-
YUV172.990.2477.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 222 (87.11% from 255) = 51.63%
BLUE value IS 106 (41.80% from 255) = 24.65%
R=23.72%
G=51.63%
B=24.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022221060.5400.520.1312264.5263.53
Hex66DE6A36034D7a4140
Octal1463361526606415172101100
Binary110011011011110110101011011001101001101111101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,222,106); }

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

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

 a { background-color: rgb(102,222,106); }

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

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

 span { border-color: rgb(102,222,106); }

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