#52BB81

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

Shades of Emerald #52BB81

Tints of Emerald #52BB81

Color information

#52BB81 (or 0x52BB81) is unknown color: approx Emerald. HEX triplet: 52, BB and 81. RGB value is (82,187,129). Sum of RGB (Red+Green+Blue) = 82+187+129=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB81 is #AD447E. Grayscale: #959595. Windows color (decimal): -11355263 or 8502098. OLE color: 8502098.

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

Color convert

RGB82187129-
CMYK0.5600.310.27
HSL146.86º43.57%52.75%-
HSV(B)146.86º56.15%73.33%-
XYZ25.2138.9226.95-
YUV148.99116.7180.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 187 (73.44% from 255) = 46.98%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=20.60%
G=46.98%
B=32.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871290.5600.310.27146.8643.5752.75
Hex52BB813801F1B932c35
Octal12227320170037332235465
Binary101001010111011100000011110000111111101110010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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