Html Css Color HEX #53DC74 Emerald

📋 copy color: '#53DC74'

red 83 ◦ green 220 ◦ blue 116

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

Shades of Emerald #53DC74

Tints of Emerald #53DC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.51%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 19.81%
G = 52.51%
B = 27.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#53DC74 (or 0x53DC74) is known color: Emerald. HEX triplet: 53, DC and 74. RGB value is (83,220,116). Sum of RGB (Red+Green+Blue) = 83+220+116=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC74 is #AC238B. Grayscale: #A7A7A7. Windows color (decimal): -11281292 or 7658579. OLE color: 7658579.

HSL color Cylindrical-coordinate representation of color #53DC74: hue angle of 134.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DC74 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 116 -
CMYK 0.62 0 0.47 0.14
HSL 134.45º 0.66% 0.59% -
HSV(B) 134.45º 0.62% 0.86% -
XYZ 32.31 54.29 25.3 -
YUV 167.18 99.11 67.96 -
System Red Green Blue C M Y K H S L
Decimal 83 220 116 0.62 0 0.47 0.14 134.45 0.66 0.59
Hex 53 DC 74 3E 0 2F E 86 42 3B
Octal 123 334 164 76 0 57 16 206 102 73
Binary 1010011 11011100 1110100 111110 0 101111 1110 10000110 1000010 111011

Color Harmonies of #53DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC74

Black with #53DC74

Text Example


Text Example

White with #53DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,220,116); }

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

background-color css

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

 a { background-color: rgb(83,220,116); }

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

border-color css

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

 span { border-color: rgb(83,220,116); }

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