#66CC7B

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

Shades of Emerald #66CC7B

Tints of Emerald #66CC7B

Color information

#66CC7B (or 0x66CC7B) is unknown color: approx Emerald. HEX triplet: 66, CC and 7B. RGB value is (102,204,123). Sum of RGB (Red+Green+Blue) = 102+204+123=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC7B is #993384. Grayscale: #A4A4A4. Windows color (decimal): -10040197 or 8113254. OLE color: 8113254.

HSL color Cylindrical-coordinate representation of color #66CC7B: hue angle of 132.35º 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 #66CC7B is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB102204123-
CMYK0.500.400.2
HSL132.35º50%60%-
HSV(B)132.35º50%80%-
XYZ30.6547.4426.28-
YUV164.27104.7183.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.78%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=23.78%
G=47.55%
B=28.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041230.500.400.2132.355060
Hex66CC7B320281484323c
Octal14631417362050242046274
Binary110011011001100111101111001001010001010010000100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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