#52BE81

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

Shades of Emerald #52BE81

Tints of Emerald #52BE81

Color information

#52BE81 (or 0x52BE81) is unknown color: approx Emerald. HEX triplet: 52, BE and 81. RGB value is (82,190,129). Sum of RGB (Red+Green+Blue) = 82+190+129=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BE81 is #AD417E. Grayscale: #969696. Windows color (decimal): -11354495 or 8502866. OLE color: 8502866.

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

Color convert

RGB82190129-
CMYK0.5700.320.25
HSL146.11º45.38%53.33%-
HSV(B)146.11º56.84%74.51%-
XYZ25.8640.2127.17-
YUV150.75115.7278.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.45%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=20.45%
G=47.38%
B=32.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901290.5700.320.25146.1145.3853.33
Hex52BE813902019922d35
Octal12227620171040312225565
Binary1010010101111101000000111100101000001100110010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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