#52CB72

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

Shades of Emerald #52CB72

Tints of Emerald #52CB72

Color information

#52CB72 (or 0x52CB72) is unknown color: approx Emerald. HEX triplet: 52, CB and 72. RGB value is (82,203,114). Sum of RGB (Red+Green+Blue) = 82+203+114=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CB72 is #AD348D. Grayscale: #9C9C9C. Windows color (decimal): -11351182 or 7523154. OLE color: 7523154.

HSL color Cylindrical-coordinate representation of color #52CB72: hue angle of 135.87º 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 #52CB72 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB82203114-
CMYK0.6000.440.20
HSL135.87º53.78%55.88%-
HSV(B)135.87º59.61%79.61%-
XYZ27.8745.7223.28-
YUV156.67103.9174.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 203 (79.69% from 255) = 50.88%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=20.55%
G=50.88%
B=28.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822031140.6000.440.20135.8753.7855.88
Hex52CB723C02C14883638
Octal12231316274054242106670
Binary101001011001011111001011110001011001010010001000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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