#52DA61

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

Shades of Emerald #52DA61

Tints of Emerald #52DA61

Color information

#52DA61 (or 0x52DA61) is unknown color: approx Emerald. HEX triplet: 52, DA and 61. RGB value is (82,218,97). Sum of RGB (Red+Green+Blue) = 82+218+97=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA61 is #AD259E. Grayscale: #A3A3A3. Windows color (decimal): -11347359 or 6412882. OLE color: 6412882.

HSL color Cylindrical-coordinate representation of color #52DA61: hue angle of 126.62º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA61 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB8221897-
CMYK0.6200.560.15
HSL126.62º64.76%58.82%-
HSV(B)126.62º62.39%85.49%-
XYZ30.7152.819.88-
YUV163.5490.4469.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 218 (85.55% from 255) = 54.91%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=20.65%
G=54.91%
B=24.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82218970.6200.560.15126.6264.7658.82
Hex52DA613E038F7f413b
Octal122332141760701717710173
Binary10100101101101011000011111100111000111111111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,218,97); }

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

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

 a { background-color: rgb(82,218,97); }

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

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

 span { border-color: rgb(82,218,97); }

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