#66E185

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

Shades of Pastel Green #66E185

Tints of Pastel Green #66E185

Color information

#66E185 (or 0x66E185) is unknown color: approx Pastel Green. HEX triplet: 66, E1 and 85. RGB value is (102,225,133). Sum of RGB (Red+Green+Blue) = 102+225+133=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #66E185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E185 is #991E7A. Grayscale: #B1B1B1. Windows color (decimal): -10034811 or 8773990. OLE color: 8773990.

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

Color convert

RGB102225133-
CMYK0.5500.410.12
HSL135.12º67.21%64.12%-
HSV(B)135.12º54.67%88.24%-
XYZ36.6458.3731.53-
YUV177.74102.7573.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 225 (88.28% from 255) = 48.91%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=22.17%
G=48.91%
B=28.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022251330.5500.410.12135.1267.2164.12
Hex66E18537029C874340
Octal1463412056705114207103100
Binary11001101110000110000101110111010100111001000011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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