#66CB7D

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

Shades of Emerald #66CB7D

Tints of Emerald #66CB7D

Color information

#66CB7D (or 0x66CB7D) is unknown color: approx Emerald. HEX triplet: 66, CB and 7D. RGB value is (102,203,125). Sum of RGB (Red+Green+Blue) = 102+203+125=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CB7D is #993482. Grayscale: #A4A4A4. Windows color (decimal): -10040451 or 8244070. OLE color: 8244070.

HSL color Cylindrical-coordinate representation of color #66CB7D: hue angle of 133.66º degrees, saturation: 0.49, 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 #66CB7D is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB102203125-
CMYK0.5000.380.20
HSL133.66º49.27%59.8%-
HSV(B)133.66º49.75%79.61%-
XYZ30.5447.0226.87-
YUV163.91106.0483.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 203 (79.69% from 255) = 47.21%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=23.72%
G=47.21%
B=29.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022031250.5000.380.20133.6649.2759.8
Hex66CB7D320261486313c
Octal14631317562046242066174
Binary110011011001011111110111001001001101010010000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,203,125); }

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

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

 a { background-color: rgb(102,203,125); }

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

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

 span { border-color: rgb(102,203,125); }

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