#52CB7E

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

Shades of Emerald #52CB7E

Tints of Emerald #52CB7E

Color information

#52CB7E (or 0x52CB7E) is unknown color: approx Emerald. HEX triplet: 52, CB and 7E. RGB value is (82,203,126). Sum of RGB (Red+Green+Blue) = 82+203+126=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CB7E is #AD3481. Grayscale: #9E9E9E. Windows color (decimal): -11351170 or 8309586. OLE color: 8309586.

HSL color Cylindrical-coordinate representation of color #52CB7E: hue angle of 141.82º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CB7E is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB82203126-
CMYK0.6000.380.20
HSL141.82º53.78%55.88%-
HSV(B)141.82º59.61%79.61%-
XYZ28.646.0127.11-
YUV158.04109.9173.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=19.95%
G=49.39%
B=30.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822031260.6000.380.20141.8253.7855.88
Hex52CB7E3C026148e3638
Octal12231317674046242166670
Binary101001011001011111111011110001001101010010001110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52CB7E; }

 p { color: rgb(82,203,126); }

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

<style>
 a { background-color: #52CB7E; }

 a { background-color: rgb(82,203,126); }

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

<style>
 span { border-color: #52CB7E; }

 span { border-color: rgb(82,203,126); }

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