Html Css Color HEX #52C078 Emerald

📋 copy color: '#52C078'

red 82 ◦ green 192 ◦ blue 120

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

Shades of Emerald #52C078

Tints of Emerald #52C078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 20.81%
G = 48.73%
B = 30.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#52C078 (or 0x52C078) is known color: Emerald. HEX triplet: 52, C0 and 78. RGB value is (82,192,120). Sum of RGB (Red+Green+Blue) = 82+192+120=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #52C078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C078 is #AD3F87. Grayscale: #979797. Windows color (decimal): -11353992 or 7913554. OLE color: 7913554.

HSL color Cylindrical-coordinate representation of color #52C078: hue angle of 140.73º 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 #52C078 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 120 -
CMYK 0.57 0 0.38 0.25
HSL 140.73º 0.47% 0.54% -
HSV(B) 140.73º 0.57% 0.75% -
XYZ 25.72 40.85 24.3 -
YUV 150.9 110.56 78.85 -
System Red Green Blue C M Y K H S L
Decimal 82 192 120 0.57 0 0.38 0.25 140.73 0.47 0.54
Hex 52 C0 78 39 0 26 19 8D 2F 36
Octal 122 300 170 71 0 46 31 215 57 66
Binary 1010010 11000000 1111000 111001 0 100110 11001 10001101 101111 110110

Color Harmonies of #52C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C078

Black with #52C078

Text Example


Text Example

White with #52C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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