#52BB75

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

Shades of Emerald #52BB75

Tints of Emerald #52BB75

Color information

#52BB75 (or 0x52BB75) is unknown color: approx Emerald. HEX triplet: 52, BB and 75. RGB value is (82,187,117). Sum of RGB (Red+Green+Blue) = 82+187+117=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB75 is #AD448A. Grayscale: #939393. Windows color (decimal): -11355275 or 7715666. OLE color: 7715666.

HSL color Cylindrical-coordinate representation of color #52BB75: hue angle of 140º 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 #52BB75 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB82187117-
CMYK0.5600.370.27
HSL140º43.57%52.75%-
HSV(B)140º56.15%73.33%-
XYZ24.4638.6222.99-
YUV147.62110.7181.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 187 (73.44% from 255) = 48.45%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=21.24%
G=48.45%
B=30.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871170.5600.370.2714043.5752.75
Hex52BB75380251B8c2c35
Octal12227316570045332145465
Binary101001010111011111010111100001001011101110001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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