#66D15E

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

Shades of Pastel Green #66D15E

Tints of Pastel Green #66D15E

Color information

#66D15E (or 0x66D15E) is unknown color: approx Pastel Green. HEX triplet: 66, D1 and 5E. RGB value is (102,209,94). Sum of RGB (Red+Green+Blue) = 102+209+94=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #66D15E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D15E is #992EA1. Grayscale: #A4A4A4. Windows color (decimal): -10038946 or 6213990. OLE color: 6213990.

HSL color Cylindrical-coordinate representation of color #66D15E: hue angle of 115.83º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66D15E is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB10220994-
CMYK0.5100.550.18
HSL115.83º55.56%59.41%-
HSV(B)115.83º55.02%81.96%-
XYZ30.349.2318.5-
YUV163.988.5583.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 209 (82.03% from 255) = 51.60%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=25.19%
G=51.60%
B=23.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102209940.5100.550.18115.8355.5659.41
Hex66D15E330371274383b
Octal14632113663067221647073
Binary11001101101000110111101100110110111100101110100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,209,94); }

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

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

 a { background-color: rgb(102,209,94); }

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

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

 span { border-color: rgb(102,209,94); }

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