#66E170

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

Shades of Pastel Green #66E170

Tints of Pastel Green #66E170

Color information

#66E170 (or 0x66E170) is unknown color: approx Pastel Green. HEX triplet: 66, E1 and 70. RGB value is (102,225,112). Sum of RGB (Red+Green+Blue) = 102+225+112=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #66E170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E170 is #991E8F. Grayscale: #AFAFAF. Windows color (decimal): -10034832 or 7397734. OLE color: 7397734.

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

Color convert

RGB102225112-
CMYK0.5500.500.12
HSL124.88º67.21%64.12%-
HSV(B)124.88º54.67%88.24%-
XYZ35.3357.8524.63-
YUV175.3492.2575.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 225 (88.28% from 255) = 51.25%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=23.23%
G=51.25%
B=25.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022251120.5500.500.12124.8867.2164.12
Hex66E17037032C7d4340
Octal1463411606706214175103100
Binary110011011100001111000011011101100101100111110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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