Html Css Color HEX #52C070 Emerald

📋 copy color: '#52C070'

red 82 ◦ green 192 ◦ blue 112

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

Shades of Emerald #52C070

Tints of Emerald #52C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

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

R = 21.24%
G = 49.74%
B = 29.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#52C070 (or 0x52C070) is known color: Emerald. HEX triplet: 52, C0 and 70. RGB value is (82,192,112). Sum of RGB (Red+Green+Blue) = 82+192+112=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #52C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C070 is #AD3F8F. Grayscale: #969696. Windows color (decimal): -11354000 or 7389266. OLE color: 7389266.

HSL color Cylindrical-coordinate representation of color #52C070: hue angle of 136.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C070 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 112 -
CMYK 0.57 0 0.42 0.25
HSL 136.36º 0.47% 0.54% -
HSV(B) 136.36º 0.57% 0.75% -
XYZ 25.25 40.66 21.85 -
YUV 149.99 106.56 79.5 -
System Red Green Blue C M Y K H S L
Decimal 82 192 112 0.57 0 0.42 0.25 136.36 0.47 0.54
Hex 52 C0 70 39 0 2A 19 88 2F 36
Octal 122 300 160 71 0 52 31 210 57 66
Binary 1010010 11000000 1110000 111001 0 101010 11001 10001000 101111 110110

Color Harmonies of #52C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C070

Black with #52C070

Text Example


Text Example

White with #52C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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