#52CE6F

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

Shades of Emerald #52CE6F

Tints of Emerald #52CE6F

Color information

#52CE6F (or 0x52CE6F) is unknown color: approx Emerald. HEX triplet: 52, CE and 6F. RGB value is (82,206,111). Sum of RGB (Red+Green+Blue) = 82+206+111=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE6F is #AD3190. Grayscale: #9E9E9E. Windows color (decimal): -11350417 or 7327314. OLE color: 7327314.

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

Color convert

RGB82206111-
CMYK0.6000.460.19
HSL134.03º55.86%56.47%-
HSV(B)134.03º60.19%80.78%-
XYZ28.4247.0822.63-
YUV158.09101.4273.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 206 (80.86% from 255) = 51.63%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=20.55%
G=51.63%
B=27.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal822061110.6000.460.19134.0355.8656.47
Hex52CE6F3C02E13863838
Octal12231615774056232067070
Binary101001011001110110111111110001011101001110000110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,206,111); }

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

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

 a { background-color: rgb(82,206,111); }

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

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

 span { border-color: rgb(82,206,111); }

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