Html Css Color HEX #53DC7E Emerald

📋 copy color: '#53DC7E'

red 83 ◦ green 220 ◦ blue 126

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

Shades of Emerald #53DC7E

Tints of Emerald #53DC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 19.35%
G = 51.28%
B = 29.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#53DC7E (or 0x53DC7E) is known color: Emerald. HEX triplet: 53, DC and 7E. RGB value is (83,220,126). Sum of RGB (Red+Green+Blue) = 83+220+126=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC7E is #AC2381. Grayscale: #A8A8A8. Windows color (decimal): -11281282 or 8313939. OLE color: 8313939.

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

Color convert

RGB 83 220 126 -
CMYK 0.62 0 0.43 0.14
HSL 138.83º 0.66% 0.59% -
HSV(B) 138.83º 0.62% 0.86% -
XYZ 32.93 54.53 28.53 -
YUV 168.32 104.11 67.14 -
System Red Green Blue C M Y K H S L
Decimal 83 220 126 0.62 0 0.43 0.14 138.83 0.66 0.59
Hex 53 DC 7E 3E 0 2B E 8B 42 3B
Octal 123 334 176 76 0 53 16 213 102 73
Binary 1010011 11011100 1111110 111110 0 101011 1110 10001011 1000010 111011

Color Harmonies of #53DC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC7E

Black with #53DC7E

Text Example


Text Example

White with #53DC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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