Html Css Color HEX #52C572 Emerald

📋 copy color: '#52C572'

red 82 ◦ green 197 ◦ blue 114

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

Shades of Emerald #52C572

Tints of Emerald #52C572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.13%

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 20.87%
G = 50.13%
B = 29.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#52C572 (or 0x52C572) is known color: Emerald. HEX triplet: 52, C5 and 72. RGB value is (82,197,114). Sum of RGB (Red+Green+Blue) = 82+197+114=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #52C572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C572 is #AD3A8D. Grayscale: #999999. Windows color (decimal): -11352718 or 7521618. OLE color: 7521618.

HSL color Cylindrical-coordinate representation of color #52C572: hue angle of 136.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C572 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 114 -
CMYK 0.58 0 0.42 0.23
HSL 136.7º 0.5% 0.55% -
HSV(B) 136.7º 0.58% 0.77% -
XYZ 26.48 42.94 22.81 -
YUV 153.15 105.9 77.25 -
System Red Green Blue C M Y K H S L
Decimal 82 197 114 0.58 0 0.42 0.23 136.7 0.5 0.55
Hex 52 C5 72 3A 0 2A 17 89 32 37
Octal 122 305 162 72 0 52 27 211 62 67
Binary 1010010 11000101 1110010 111010 0 101010 10111 10001001 110010 110111

Color Harmonies of #52C572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C572

Black with #52C572

Text Example


Text Example

White with #52C572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,114); }

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

background-color css

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

 a { background-color: rgb(82,197,114); }

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

border-color css

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

 span { border-color: rgb(82,197,114); }

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