#52BE71

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

Shades of Emerald #52BE71

Tints of Emerald #52BE71

Color information

#52BE71 (or 0x52BE71) is unknown color: approx Emerald. HEX triplet: 52, BE and 71. RGB value is (82,190,113). Sum of RGB (Red+Green+Blue) = 82+190+113=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE71 is #AD418E. Grayscale: #959595. Windows color (decimal): -11354511 or 7454290. OLE color: 7454290.

HSL color Cylindrical-coordinate representation of color #52BE71: hue angle of 137.22º 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 #52BE71 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB82190113-
CMYK0.5700.410.25
HSL137.22º45.38%53.33%-
HSV(B)137.22º56.84%74.51%-
XYZ24.8739.8122-
YUV148.93107.7280.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=21.30%
G=49.35%
B=29.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901130.5700.410.25137.2245.3853.33
Hex52BE713902919892d35
Octal12227616171051312115565
Binary101001010111110111000111100101010011100110001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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