Html Css Color HEX #53D473 Emerald

📋 copy color: '#53D473'

red 83 ◦ green 212 ◦ blue 115

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

Shades of Emerald #53D473

Tints of Emerald #53D473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.71%

 BLUE value IS 115 (45.31% from 255) = 28.05%

R = 20.24%
G = 51.71%
B = 28.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#53D473 (or 0x53D473) is known color: Emerald. HEX triplet: 53, D4 and 73. RGB value is (83,212,115). Sum of RGB (Red+Green+Blue) = 83+212+115=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #53D473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D473 is #AC2B8C. Grayscale: #A2A2A2. Windows color (decimal): -11283341 or 7590995. OLE color: 7590995.

HSL color Cylindrical-coordinate representation of color #53D473: hue angle of 134.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D473 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 115 -
CMYK 0.61 0 0.46 0.17
HSL 134.88º 0.6% 0.58% -
HSV(B) 134.88º 0.61% 0.83% -
XYZ 30.21 50.16 24.31 -
YUV 162.37 101.26 71.39 -
System Red Green Blue C M Y K H S L
Decimal 83 212 115 0.61 0 0.46 0.17 134.88 0.6 0.58
Hex 53 D4 73 3D 0 2E 11 87 3C 3A
Octal 123 324 163 75 0 56 21 207 74 72
Binary 1010011 11010100 1110011 111101 0 101110 10001 10000111 111100 111010

Color Harmonies of #53D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D473

Black with #53D473

Text Example


Text Example

White with #53D473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,212,115); }

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

background-color css

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

 a { background-color: rgb(83,212,115); }

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

border-color css

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

 span { border-color: rgb(83,212,115); }

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