#66E05D

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

Shades of Pastel Green #66E05D

Tints of Pastel Green #66E05D

Color information

#66E05D (or 0x66E05D) is unknown color: approx Pastel Green. HEX triplet: 66, E0 and 5D. RGB value is (102,224,93). Sum of RGB (Red+Green+Blue) = 102+224+93=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #66E05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E05D is #991FA2. Grayscale: #ACACAC. Windows color (decimal): -10035107 or 6152294. OLE color: 6152294.

HSL color Cylindrical-coordinate representation of color #66E05D: hue angle of 115.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66E05D is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB10222493-
CMYK0.5400.580.12
HSL115.88º67.88%62.16%-
HSV(B)115.88º58.48%87.84%-
XYZ34.1156.9319.55-
YUV172.5983.0877.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 224 (87.89% from 255) = 53.46%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=24.34%
G=53.46%
B=22.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal102224930.5400.580.12115.8867.8862.16
Hex66E05D3603AC74443e
Octal146340135660721416410476
Binary11001101110000010111011101100111010110011101001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,224,93); }

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

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

 a { background-color: rgb(102,224,93); }

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

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

 span { border-color: rgb(102,224,93); }

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