#52B86D

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

Shades of Emerald #52B86D

Tints of Emerald #52B86D

Color information

#52B86D (or 0x52B86D) is unknown color: approx Emerald. HEX triplet: 52, B8 and 6D. RGB value is (82,184,109). Sum of RGB (Red+Green+Blue) = 82+184+109=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #52B86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B86D is #AD4792. Grayscale: #919191. Windows color (decimal): -11356051 or 7190610. OLE color: 7190610.

HSL color Cylindrical-coordinate representation of color #52B86D: hue angle of 135.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B86D is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB82184109-
CMYK0.5500.410.28
HSL135.88º41.8%52.16%-
HSV(B)135.88º55.43%72.16%-
XYZ23.3837.1820.41-
YUV144.95107.7183.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=21.87%
G=49.07%
B=29.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821841090.5500.410.28135.8841.852.16
Hex52B86D370291C882a34
Octal12227015567051342105264
Binary101001010111000110110111011101010011110010001000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,184,109); }

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

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

 a { background-color: rgb(82,184,109); }

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

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

 span { border-color: rgb(82,184,109); }

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