Html Css Color HEX #53DC93 Emerald

📋 copy color: '#53DC93'

red 83 ◦ green 220 ◦ blue 147

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

Shades of Emerald #53DC93

Tints of Emerald #53DC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 18.44%
G = 48.89%
B = 32.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#53DC93 (or 0x53DC93) is known color: Emerald. HEX triplet: 53, DC and 93. RGB value is (83,220,147). Sum of RGB (Red+Green+Blue) = 83+220+147=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DC93 is #AC236C. Grayscale: #AAAAAA. Windows color (decimal): -11281261 or 9690195. OLE color: 9690195.

HSL color Cylindrical-coordinate representation of color #53DC93: hue angle of 148.03º 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 #53DC93 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 147 -
CMYK 0.62 0 0.33 0.14
HSL 148.03º 0.66% 0.59% -
HSV(B) 148.03º 0.62% 0.86% -
XYZ 34.43 55.13 36.43 -
YUV 170.72 114.61 65.44 -
System Red Green Blue C M Y K H S L
Decimal 83 220 147 0.62 0 0.33 0.14 148.03 0.66 0.59
Hex 53 DC 93 3E 0 21 E 94 42 3B
Octal 123 334 223 76 0 41 16 224 102 73
Binary 1010011 11011100 10010011 111110 0 100001 1110 10010100 1000010 111011

Color Harmonies of #53DC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC93

Black with #53DC93

Text Example


Text Example

White with #53DC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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