#66CC81

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

Shades of Emerald #66CC81

Tints of Emerald #66CC81

Color information

#66CC81 (or 0x66CC81) is unknown color: approx Emerald. HEX triplet: 66, CC and 81. RGB value is (102,204,129). Sum of RGB (Red+Green+Blue) = 102+204+129=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CC81 is #99337E. Grayscale: #A5A5A5. Windows color (decimal): -10040191 or 8506470. OLE color: 8506470.

HSL color Cylindrical-coordinate representation of color #66CC81: hue angle of 135.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CC81 is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB102204129-
CMYK0.500.370.2
HSL135.88º50%60%-
HSV(B)135.88º50%80%-
XYZ31.0347.628.32-
YUV164.95107.7183.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.45%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=23.45%
G=46.90%
B=29.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041290.500.370.2135.885060
Hex66CC81320251488323c
Octal14631420162045242106274
Binary1100110110011001000000111001001001011010010001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,204,129); }

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

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

 a { background-color: rgb(102,204,129); }

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

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

 span { border-color: rgb(102,204,129); }

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