#52BF73

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

Shades of Emerald #52BF73

Tints of Emerald #52BF73

Color information

#52BF73 (or 0x52BF73) is unknown color: approx Emerald. HEX triplet: 52, BF and 73. RGB value is (82,191,115). Sum of RGB (Red+Green+Blue) = 82+191+115=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BF73 is #AD408C. Grayscale: #959595. Windows color (decimal): -11354253 or 7585618. OLE color: 7585618.

HSL color Cylindrical-coordinate representation of color #52BF73: hue angle of 138.17º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF73 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB82191115-
CMYK0.5700.400.25
HSL138.17º45.99%53.53%-
HSV(B)138.17º57.07%74.9%-
XYZ25.240.2922.67-
YUV149.74108.3979.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 191 (75% from 255) = 49.23%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=21.13%
G=49.23%
B=29.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821911150.5700.400.25138.1745.9953.53
Hex52BF7339028198a2e36
Octal12227716371050312125666
Binary101001010111111111001111100101010001100110001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,191,115); }

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

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

 a { background-color: rgb(82,191,115); }

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

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

 span { border-color: rgb(82,191,115); }

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