Html Css Color HEX #52C370 Emerald

📋 copy color: '#52C370'

red 82 ◦ green 195 ◦ blue 112

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

Shades of Emerald #52C370

Tints of Emerald #52C370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.13%

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 21.08%
G = 50.13%
B = 28.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#52C370 (or 0x52C370) is known color: Emerald. HEX triplet: 52, C3 and 70. RGB value is (82,195,112). Sum of RGB (Red+Green+Blue) = 82+195+112=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #52C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C370 is #AD3C8F. Grayscale: #979797. Windows color (decimal): -11353232 or 7390034. OLE color: 7390034.

HSL color Cylindrical-coordinate representation of color #52C370: hue angle of 135.93º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C370 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 112 -
CMYK 0.58 0 0.43 0.24
HSL 135.93º 0.48% 0.54% -
HSV(B) 135.93º 0.58% 0.76% -
XYZ 25.92 41.99 22.07 -
YUV 151.75 105.56 78.25 -
System Red Green Blue C M Y K H S L
Decimal 82 195 112 0.58 0 0.43 0.24 135.93 0.48 0.54
Hex 52 C3 70 3A 0 2B 18 88 30 36
Octal 122 303 160 72 0 53 30 210 60 66
Binary 1010010 11000011 1110000 111010 0 101011 11000 10001000 110000 110110

Color Harmonies of #52C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C370

Black with #52C370

Text Example


Text Example

White with #52C370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,112); }

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

background-color css

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

 a { background-color: rgb(82,195,112); }

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

border-color css

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

 span { border-color: rgb(82,195,112); }

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