#52CF8E

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

Shades of Emerald #52CF8E

Tints of Emerald #52CF8E

Color information

#52CF8E (or 0x52CF8E) is unknown color: approx Emerald. HEX triplet: 52, CF and 8E. RGB value is (82,207,142). Sum of RGB (Red+Green+Blue) = 82+207+142=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CF8E is #AD3071. Grayscale: #A2A2A2. Windows color (decimal): -11350130 or 9359186. OLE color: 9359186.

HSL color Cylindrical-coordinate representation of color #52CF8E: hue angle of 148.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CF8E is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB82207142-
CMYK0.6000.310.19
HSL148.8º56.56%56.67%-
HSV(B)148.8º60.39%81.18%-
XYZ30.6748.3733.31-
YUV162.21116.5970.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 207 (81.25% from 255) = 48.03%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=19.03%
G=48.03%
B=32.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal822071420.6000.310.19148.856.5656.67
Hex52CF8E3C01F13953939
Octal12231721674037232257171
Binary101001011001111100011101111000111111001110010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,207,142); }

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

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

 a { background-color: rgb(82,207,142); }

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

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

 span { border-color: rgb(82,207,142); }

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