Html Css Color HEX #52C87C Emerald

📋 copy color: '#52C87C'

red 82 ◦ green 200 ◦ blue 124

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

Shades of Emerald #52C87C

Tints of Emerald #52C87C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 20.2%
G = 49.26%
B = 30.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#52C87C (or 0x52C87C) is known color: Emerald. HEX triplet: 52, C8 and 7C. RGB value is (82,200,124). Sum of RGB (Red+Green+Blue) = 82+200+124=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #52C87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C87C is #AD3783. Grayscale: #9C9C9C. Windows color (decimal): -11351940 or 8177746. OLE color: 8177746.

HSL color Cylindrical-coordinate representation of color #52C87C: hue angle of 141.36º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C87C is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 124 -
CMYK 0.59 0 0.38 0.22
HSL 141.36º 0.52% 0.55% -
HSV(B) 141.36º 0.59% 0.78% -
XYZ 27.77 44.56 26.21 -
YUV 156.05 109.91 75.18 -
System Red Green Blue C M Y K H S L
Decimal 82 200 124 0.59 0 0.38 0.22 141.36 0.52 0.55
Hex 52 C8 7C 3B 0 26 16 8D 34 37
Octal 122 310 174 73 0 46 26 215 64 67
Binary 1010010 11001000 1111100 111011 0 100110 10110 10001101 110100 110111

Color Harmonies of #52C87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C87C

Black with #52C87C

Text Example


Text Example

White with #52C87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,124); }

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

background-color css

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

 a { background-color: rgb(82,200,124); }

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

border-color css

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

 span { border-color: rgb(82,200,124); }

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