Html Css Color HEX #52D261 Emerald

📋 copy color: '#52D261'

red 82 ◦ green 210 ◦ blue 97

#52D261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #52D261

Tints of Emerald #52D261

RGB

 RED value IS 82 (32.42% from 255) = 21.08%

 GREEN value IS 210 (82.42% from 255) = 53.98%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 21.08%
G = 53.98%
B = 24.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#52D261 (or 0x52D261) is known color: Emerald. HEX triplet: 52, D2 and 61. RGB value is (82,210,97). Sum of RGB (Red+Green+Blue) = 82+210+97=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #52D261 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D261 is #AD2D9E. Grayscale: #9F9F9F. Windows color (decimal): -11349407 or 6410834. OLE color: 6410834.

HSL color Cylindrical-coordinate representation of color #52D261: hue angle of 127.03º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D261 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 97 -
CMYK 0.61 0 0.54 0.18
HSL 127.03º 0.59% 0.57% -
HSV(B) 127.03º 0.61% 0.82% -
XYZ 28.68 48.75 19.21 -
YUV 158.85 93.09 73.19 -
System Red Green Blue C M Y K H S L
Decimal 82 210 97 0.61 0 0.54 0.18 127.03 0.59 0.57
Hex 52 D2 61 3D 0 36 12 7F 3B 39
Octal 122 322 141 75 0 66 22 177 73 71
Binary 1010010 11010010 1100001 111101 0 110110 10010 1111111 111011 111001

Color Harmonies of #52D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D261

Black with #52D261

Text Example


Text Example

White with #52D261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52D261;
 }
 .AnyTagClassName
 {
   color: #52D261;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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