Html Css Color HEX #52C56A Emerald

📋 copy color: '#52C56A'

red 82 ◦ green 197 ◦ blue 106

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

Shades of Emerald #52C56A

Tints of Emerald #52C56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.53%

R = 21.3%
G = 51.17%
B = 27.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#52C56A (or 0x52C56A) is known color: Emerald. HEX triplet: 52, C5 and 6A. RGB value is (82,197,106). Sum of RGB (Red+Green+Blue) = 82+197+106=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #52C56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C56A is #AD3A95. Grayscale: #989898. Windows color (decimal): -11352726 or 6997330. OLE color: 6997330.

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

Color convert

RGB 82 197 106 -
CMYK 0.58 0 0.46 0.23
HSL 132.52º 0.5% 0.55% -
HSV(B) 132.52º 0.58% 0.77% -
XYZ 26.05 42.77 20.52 -
YUV 152.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 82 197 106 0.58 0 0.46 0.23 132.52 0.5 0.55
Hex 52 C5 6A 3A 0 2E 17 85 32 37
Octal 122 305 152 72 0 56 27 205 62 67
Binary 1010010 11000101 1101010 111010 0 101110 10111 10000101 110010 110111

Color Harmonies of #52C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C56A

Black with #52C56A

Text Example


Text Example

White with #52C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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