Html Css Color HEX #53DC5D Emerald

📋 copy color: '#53DC5D'

red 83 ◦ green 220 ◦ blue 93

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

Shades of Emerald #53DC5D

Tints of Emerald #53DC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 20.96%
G = 55.56%
B = 23.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#53DC5D (or 0x53DC5D) is known color: Emerald. HEX triplet: 53, DC and 5D. RGB value is (83,220,93). Sum of RGB (Red+Green+Blue) = 83+220+93=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC5D is #AC23A2. Grayscale: #A4A4A4. Windows color (decimal): -11281315 or 6151251. OLE color: 6151251.

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

Color convert

RGB 83 220 93 -
CMYK 0.62 0 0.58 0.14
HSL 124.38º 0.66% 0.59% -
HSV(B) 124.38º 0.62% 0.86% -
XYZ 31.14 53.82 19.1 -
YUV 164.56 87.61 69.83 -
System Red Green Blue C M Y K H S L
Decimal 83 220 93 0.62 0 0.58 0.14 124.38 0.66 0.59
Hex 53 DC 5D 3E 0 3A E 7C 42 3B
Octal 123 334 135 76 0 72 16 174 102 73
Binary 1010011 11011100 1011101 111110 0 111010 1110 1111100 1000010 111011

Color Harmonies of #53DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC5D

Black with #53DC5D

Text Example


Text Example

White with #53DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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