#66E16D

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

Shades of Pastel Green #66E16D

Tints of Pastel Green #66E16D

Color information

#66E16D (or 0x66E16D) is unknown color: approx Pastel Green. HEX triplet: 66, E1 and 6D. RGB value is (102,225,109). Sum of RGB (Red+Green+Blue) = 102+225+109=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #66E16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E16D is #991E92. Grayscale: #AFAFAF. Windows color (decimal): -10034835 or 7201126. OLE color: 7201126.

HSL color Cylindrical-coordinate representation of color #66E16D: hue angle of 123.41º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E16D is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB102225109-
CMYK0.5500.520.12
HSL123.41º67.21%64.12%-
HSV(B)123.41º54.67%88.24%-
XYZ35.1757.7823.77-
YUV17590.7575.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 225 (88.28% from 255) = 51.61%
BLUE value IS 109 (42.97% from 255) = 25%
R=23.39%
G=51.61%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022251090.5500.520.12123.4167.2164.12
Hex66E16D37034C7b4340
Octal1463411556706414173103100
Binary110011011100001110110111011101101001100111101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,225,109); }

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

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

 a { background-color: rgb(102,225,109); }

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

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

 span { border-color: rgb(102,225,109); }

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