Html Css Color HEX #53C97D Emerald

📋 copy color: '#53C97D'

red 83 ◦ green 201 ◦ blue 125

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

Shades of Emerald #53C97D

Tints of Emerald #53C97D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.14%

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

R = 20.29%
G = 49.14%
B = 30.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#53C97D (or 0x53C97D) is known color: Emerald. HEX triplet: 53, C9 and 7D. RGB value is (83,201,125). Sum of RGB (Red+Green+Blue) = 83+201+125=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #53C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C97D is #AC3682. Grayscale: #9D9D9D. Windows color (decimal): -11286147 or 8243539. OLE color: 8243539.

HSL color Cylindrical-coordinate representation of color #53C97D: hue angle of 141.36º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C97D is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 201 125 -
CMYK 0.59 0 0.38 0.21
HSL 141.36º 0.52% 0.56% -
HSV(B) 141.36º 0.59% 0.79% -
XYZ 28.16 45.09 26.62 -
YUV 157.05 109.91 75.18 -
System Red Green Blue C M Y K H S L
Decimal 83 201 125 0.59 0 0.38 0.21 141.36 0.52 0.56
Hex 53 C9 7D 3B 0 26 15 8D 34 38
Octal 123 311 175 73 0 46 25 215 64 70
Binary 1010011 11001001 1111101 111011 0 100110 10101 10001101 110100 111000

Color Harmonies of #53C97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C97D

Black with #53C97D

Text Example


Text Example

White with #53C97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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