Html Css Color HEX #53C470 Emerald

📋 copy color: '#53C470'

red 83 ◦ green 196 ◦ blue 112

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

Shades of Emerald #53C470

Tints of Emerald #53C470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.13%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 21.23%
G = 50.13%
B = 28.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#53C470 (or 0x53C470) is known color: Emerald. HEX triplet: 53, C4 and 70. RGB value is (83,196,112). Sum of RGB (Red+Green+Blue) = 83+196+112=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #53C470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C470 is #AC3B8F. Grayscale: #989898. Windows color (decimal): -11287440 or 7390291. OLE color: 7390291.

HSL color Cylindrical-coordinate representation of color #53C470: hue angle of 135.4º degrees, saturation: 0.49, 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 #53C470 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 196 112 -
CMYK 0.58 0 0.43 0.23
HSL 135.4º 0.49% 0.55% -
HSV(B) 135.4º 0.58% 0.77% -
XYZ 26.23 42.49 22.15 -
YUV 152.64 105.06 78.33 -
System Red Green Blue C M Y K H S L
Decimal 83 196 112 0.58 0 0.43 0.23 135.4 0.49 0.55
Hex 53 C4 70 3A 0 2B 17 87 31 37
Octal 123 304 160 72 0 53 27 207 61 67
Binary 1010011 11000100 1110000 111010 0 101011 10111 10000111 110001 110111

Color Harmonies of #53C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C470

Black with #53C470

Text Example


Text Example

White with #53C470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,196,112); }

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

background-color css

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

 a { background-color: rgb(83,196,112); }

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

border-color css

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

 span { border-color: rgb(83,196,112); }

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