Html Css Color HEX #53C47F Emerald

📋 copy color: '#53C47F'

red 83 ◦ green 196 ◦ blue 127

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

Shades of Emerald #53C47F

Tints of Emerald #53C47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

 BLUE value IS 127 (50% from 255) = 31.28%

R = 20.44%
G = 48.28%
B = 31.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#53C47F (or 0x53C47F) is known color: Emerald. HEX triplet: 53, C4 and 7F. RGB value is (83,196,127). Sum of RGB (Red+Green+Blue) = 83+196+127=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #53C47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C47F is #AC3B80. Grayscale: #9A9A9A. Windows color (decimal): -11287425 or 8373331. OLE color: 8373331.

HSL color Cylindrical-coordinate representation of color #53C47F: hue angle of 143.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C47F is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 196 127 -
CMYK 0.58 0 0.35 0.23
HSL 143.36º 0.49% 0.55% -
HSV(B) 143.36º 0.58% 0.77% -
XYZ 27.14 42.85 26.92 -
YUV 154.35 112.56 77.11 -
System Red Green Blue C M Y K H S L
Decimal 83 196 127 0.58 0 0.35 0.23 143.36 0.49 0.55
Hex 53 C4 7F 3A 0 23 17 8F 31 37
Octal 123 304 177 72 0 43 27 217 61 67
Binary 1010011 11000100 1111111 111010 0 100011 10111 10001111 110001 110111

Color Harmonies of #53C47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C47F

Black with #53C47F

Text Example


Text Example

White with #53C47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,196,127); }

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

background-color css

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

 a { background-color: rgb(83,196,127); }

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

border-color css

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

 span { border-color: rgb(83,196,127); }

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