#66D985

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

Shades of Emerald #66D985

Tints of Emerald #66D985

Color information

#66D985 (or 0x66D985) is unknown color: approx Emerald. HEX triplet: 66, D9 and 85. RGB value is (102,217,133). Sum of RGB (Red+Green+Blue) = 102+217+133=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #66D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D985 is #99267A. Grayscale: #ADADAD. Windows color (decimal): -10036859 or 8771942. OLE color: 8771942.

HSL color Cylindrical-coordinate representation of color #66D985: hue angle of 136.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D985 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB102217133-
CMYK0.5300.390.15
HSL136.17º60.21%62.55%-
HSV(B)136.17º53%85.1%-
XYZ34.5354.1430.82-
YUV173.04105.477.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.57%
GREEN value IS 217 (85.16% from 255) = 48.01%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=22.57%
G=48.01%
B=29.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171330.5300.390.15136.1760.2162.55
Hex66D98535027F883c3f
Octal14633120565047172107477
Binary110011011011001100001011101010100111111110001000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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