Html Css Color HEX #52C270 Emerald

📋 copy color: '#52C270'

red 82 ◦ green 194 ◦ blue 112

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

Shades of Emerald #52C270

Tints of Emerald #52C270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50%

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

R = 21.13%
G = 50%
B = 28.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#52C270 (or 0x52C270) is known color: Emerald. HEX triplet: 52, C2 and 70. RGB value is (82,194,112). Sum of RGB (Red+Green+Blue) = 82+194+112=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #52C270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C270 is #AD3D8F. Grayscale: #979797. Windows color (decimal): -11353488 or 7389778. OLE color: 7389778.

HSL color Cylindrical-coordinate representation of color #52C270: hue angle of 136.07º 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 #52C270 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 112 -
CMYK 0.58 0 0.42 0.24
HSL 136.07º 0.48% 0.54% -
HSV(B) 136.07º 0.58% 0.76% -
XYZ 25.7 41.55 21.99 -
YUV 151.16 105.89 78.67 -
System Red Green Blue C M Y K H S L
Decimal 82 194 112 0.58 0 0.42 0.24 136.07 0.48 0.54
Hex 52 C2 70 3A 0 2A 18 88 30 36
Octal 122 302 160 72 0 52 30 210 60 66
Binary 1010010 11000010 1110000 111010 0 101010 11000 10001000 110000 110110

Color Harmonies of #52C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C270

Black with #52C270

Text Example


Text Example

White with #52C270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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