#52BE6D

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

Shades of Emerald #52BE6D

Tints of Emerald #52BE6D

Color information

#52BE6D (or 0x52BE6D) is unknown color: approx Emerald. HEX triplet: 52, BE and 6D. RGB value is (82,190,109). Sum of RGB (Red+Green+Blue) = 82+190+109=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE6D is #AD4192. Grayscale: #949494. Windows color (decimal): -11354515 or 7192146. OLE color: 7192146.

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

Color convert

RGB82190109-
CMYK0.5700.430.25
HSL135º45.38%53.33%-
HSV(B)135º56.84%74.51%-
XYZ24.6539.7220.84-
YUV148.47105.7280.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=21.52%
G=49.87%
B=28.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901090.5700.430.2513545.3853.33
Hex52BE6D3902B19872d35
Octal12227615571053312075565
Binary101001010111110110110111100101010111100110000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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