Html Css Color HEX #53C472 Emerald

📋 copy color: '#53C472'

red 83 ◦ green 196 ◦ blue 114

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

Shades of Emerald #53C472

Tints of Emerald #53C472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 21.12%
G = 49.87%
B = 29.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#53C472 (or 0x53C472) is known color: Emerald. HEX triplet: 53, C4 and 72. RGB value is (83,196,114). Sum of RGB (Red+Green+Blue) = 83+196+114=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #53C472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C472 is #AC3B8D. Grayscale: #999999. Windows color (decimal): -11287438 or 7521363. OLE color: 7521363.

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

Color convert

RGB 83 196 114 -
CMYK 0.58 0 0.42 0.23
HSL 136.46º 0.49% 0.55% -
HSV(B) 136.46º 0.58% 0.77% -
XYZ 26.34 42.53 22.74 -
YUV 152.87 106.06 78.17 -
System Red Green Blue C M Y K H S L
Decimal 83 196 114 0.58 0 0.42 0.23 136.46 0.49 0.55
Hex 53 C4 72 3A 0 2A 17 88 31 37
Octal 123 304 162 72 0 52 27 210 61 67
Binary 1010011 11000100 1110010 111010 0 101010 10111 10001000 110001 110111

Color Harmonies of #53C472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C472

Black with #53C472

Text Example


Text Example

White with #53C472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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