Html Css Color HEX #53C076 Emerald

📋 copy color: '#53C076'

red 83 ◦ green 192 ◦ blue 118

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

Shades of Emerald #53C076

Tints of Emerald #53C076

RGB

 RED value IS 83 (32.81% from 255) = 21.12%

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

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 21.12%
G = 48.85%
B = 30.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#53C076 (or 0x53C076) is known color: Emerald. HEX triplet: 53, C0 and 76. RGB value is (83,192,118). Sum of RGB (Red+Green+Blue) = 83+192+118=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #53C076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C076 is #AC3F89. Grayscale: #979797. Windows color (decimal): -11288458 or 7782483. OLE color: 7782483.

HSL color Cylindrical-coordinate representation of color #53C076: hue angle of 139.27º degrees, saturation: 0.46, 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 #53C076 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 118 -
CMYK 0.57 0 0.39 0.25
HSL 139.27º 0.46% 0.54% -
HSV(B) 139.27º 0.57% 0.75% -
XYZ 25.69 40.85 23.67 -
YUV 150.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 83 192 118 0.57 0 0.39 0.25 139.27 0.46 0.54
Hex 53 C0 76 39 0 27 19 8B 2E 36
Octal 123 300 166 71 0 47 31 213 56 66
Binary 1010011 11000000 1110110 111001 0 100111 11001 10001011 101110 110110

Color Harmonies of #53C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C076

Black with #53C076

Text Example


Text Example

White with #53C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53C076; }

 p { color: rgb(83,192,118); }

 H1.HeaderClassName
 {
   color: #53C076;
 }
 .AnyTagClassName
 {
   color: #53C076;
 }
</style>

background-color css

<style>
 a { background-color: #53C076; }

 a { background-color: rgb(83,192,118); }

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

border-color css

<style>
 span { border-color: #53C076; }

 span { border-color: rgb(83,192,118); }

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