#52BB7D

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

Shades of Emerald #52BB7D

Tints of Emerald #52BB7D

Color information

#52BB7D (or 0x52BB7D) is unknown color: approx Emerald. HEX triplet: 52, BB and 7D. RGB value is (82,187,125). Sum of RGB (Red+Green+Blue) = 82+187+125=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB7D is #AD4482. Grayscale: #949494. Windows color (decimal): -11355267 or 8239954. OLE color: 8239954.

HSL color Cylindrical-coordinate representation of color #52BB7D: hue angle of 144.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BB7D is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB82187125-
CMYK0.5600.330.27
HSL144.57º43.57%52.75%-
HSV(B)144.57º56.15%73.33%-
XYZ24.9538.8225.58-
YUV148.54114.7180.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=20.81%
G=47.46%
B=31.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871250.5600.330.27144.5743.5752.75
Hex52BB7D380211B912c35
Octal12227317570041332215465
Binary101001010111011111110111100001000011101110010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,125); }

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

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

 a { background-color: rgb(82,187,125); }

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

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

 span { border-color: rgb(82,187,125); }

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