#66E471

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

Shades of Pastel Green #66E471

Tints of Pastel Green #66E471

Color information

#66E471 (or 0x66E471) is unknown color: approx Pastel Green. HEX triplet: 66, E4 and 71. RGB value is (102,228,113). Sum of RGB (Red+Green+Blue) = 102+228+113=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #66E471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E471 is #991B8E. Grayscale: #B1B1B1. Windows color (decimal): -10034063 or 7464038. OLE color: 7464038.

HSL color Cylindrical-coordinate representation of color #66E471: hue angle of 125.24º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E471 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB102228113-
CMYK0.5500.500.11
HSL125.24º70%64.71%-
HSV(B)125.24º55.26%89.41%-
XYZ36.259.525.2-
YUV177.2291.7674.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 228 (89.45% from 255) = 51.47%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=23.02%
G=51.47%
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.11
SystemRedGreenBlueCMYKHSL
Decimal1022281130.5500.500.11125.247064.71
Hex66E47137032B7d4641
Octal1463441616706213175106101
Binary110011011100100111000111011101100101011111110110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,228,113); }

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

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

 a { background-color: rgb(102,228,113); }

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

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

 span { border-color: rgb(102,228,113); }

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