Html Css Color HEX #52D960 Emerald

📋 copy color: '#52D960'

red 82 ◦ green 217 ◦ blue 96

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

Shades of Emerald #52D960

Tints of Emerald #52D960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.94%

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

R = 20.76%
G = 54.94%
B = 24.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#52D960 (or 0x52D960) is known color: Emerald. HEX triplet: 52, D9 and 60. RGB value is (82,217,96). Sum of RGB (Red+Green+Blue) = 82+217+96=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #52D960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D960 is #AD269F. Grayscale: #A3A3A3. Windows color (decimal): -11347616 or 6347090. OLE color: 6347090.

HSL color Cylindrical-coordinate representation of color #52D960: hue angle of 126.22º degrees, saturation: 0.64, 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 #52D960 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 217 96 -
CMYK 0.62 0 0.56 0.15
HSL 126.22º 0.64% 0.59% -
HSV(B) 126.22º 0.62% 0.85% -
XYZ 30.4 52.26 19.55 -
YUV 162.84 90.27 70.34 -
System Red Green Blue C M Y K H S L
Decimal 82 217 96 0.62 0 0.56 0.15 126.22 0.64 0.59
Hex 52 D9 60 3E 0 38 F 7E 40 3B
Octal 122 331 140 76 0 70 17 176 100 73
Binary 1010010 11011001 1100000 111110 0 111000 1111 1111110 1000000 111011

Color Harmonies of #52D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D960

Black with #52D960

Text Example


Text Example

White with #52D960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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