Html Css Color HEX #52D260 Emerald

📋 copy color: '#52D260'

red 82 ◦ green 210 ◦ blue 96

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

Shades of Emerald #52D260

Tints of Emerald #52D260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 21.13%
G = 54.12%
B = 24.74%

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

#52D260 (or 0x52D260) is known color: Emerald. HEX triplet: 52, D2 and 60. RGB value is (82,210,96). Sum of RGB (Red+Green+Blue) = 82+210+96=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #52D260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D260 is #AD2D9F. Grayscale: #9F9F9F. Windows color (decimal): -11349408 or 6345298. OLE color: 6345298.

HSL color Cylindrical-coordinate representation of color #52D260: hue angle of 126.56º 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 #52D260 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 96 -
CMYK 0.61 0 0.54 0.18
HSL 126.56º 0.59% 0.57% -
HSV(B) 126.56º 0.61% 0.82% -
XYZ 28.64 48.73 18.96 -
YUV 158.73 92.59 73.27 -
System Red Green Blue C M Y K H S L
Decimal 82 210 96 0.61 0 0.54 0.18 126.56 0.59 0.57
Hex 52 D2 60 3D 0 36 12 7F 3B 39
Octal 122 322 140 75 0 66 22 177 73 71
Binary 1010010 11010010 1100000 111101 0 110110 10010 1111111 111011 111001

Color Harmonies of #52D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D260

Black with #52D260

Text Example


Text Example

White with #52D260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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