Html Css Color HEX #53D97D Emerald

📋 copy color: '#53D97D'

red 83 ◦ green 217 ◦ blue 125

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

Shades of Emerald #53D97D

Tints of Emerald #53D97D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.06%

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 19.53%
G = 51.06%
B = 29.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#53D97D (or 0x53D97D) is known color: Emerald. HEX triplet: 53, D9 and 7D. RGB value is (83,217,125). Sum of RGB (Red+Green+Blue) = 83+217+125=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #53D97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D97D is #AC2682. Grayscale: #A6A6A6. Windows color (decimal): -11282051 or 8247635. OLE color: 8247635.

HSL color Cylindrical-coordinate representation of color #53D97D: hue angle of 138.81º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D97D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 217 125 -
CMYK 0.62 0 0.42 0.15
HSL 138.81º 0.64% 0.59% -
HSV(B) 138.81º 0.62% 0.85% -
XYZ 32.08 52.95 27.93 -
YUV 166.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 83 217 125 0.62 0 0.42 0.15 138.81 0.64 0.59
Hex 53 D9 7D 3E 0 2A F 8B 40 3B
Octal 123 331 175 76 0 52 17 213 100 73
Binary 1010011 11011001 1111101 111110 0 101010 1111 10001011 1000000 111011

Color Harmonies of #53D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D97D

Black with #53D97D

Text Example


Text Example

White with #53D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,217,125); }

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

background-color css

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

 a { background-color: rgb(83,217,125); }

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

border-color css

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

 span { border-color: rgb(83,217,125); }

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