#66E16C

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

Shades of Pastel Green #66E16C

Tints of Pastel Green #66E16C

Color information

#66E16C (or 0x66E16C) is unknown color: approx Pastel Green. HEX triplet: 66, E1 and 6C. RGB value is (102,225,108). Sum of RGB (Red+Green+Blue) = 102+225+108=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #66E16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E16C is #991E93. Grayscale: #AFAFAF. Windows color (decimal): -10034836 or 7135590. OLE color: 7135590.

HSL color Cylindrical-coordinate representation of color #66E16C: hue angle of 122.93º 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 #66E16C is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB102225108-
CMYK0.5500.520.12
HSL122.93º67.21%64.12%-
HSV(B)122.93º54.67%88.24%-
XYZ35.1157.7623.49-
YUV174.8890.2576.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.45%
GREEN value IS 225 (88.28% from 255) = 51.72%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=23.45%
G=51.72%
B=24.83%

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
Decimal1022251080.5500.520.12122.9367.2164.12
Hex66E16C37034C7b4340
Octal1463411546706414173103100
Binary110011011100001110110011011101101001100111101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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