Html Css Color HEX #53BC71 Emerald

📋 copy color: '#53BC71'

red 83 ◦ green 188 ◦ blue 113

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

Shades of Emerald #53BC71

Tints of Emerald #53BC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 21.61%
G = 48.96%
B = 29.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#53BC71 (or 0x53BC71) is known color: Emerald. HEX triplet: 53, BC and 71. RGB value is (83,188,113). Sum of RGB (Red+Green+Blue) = 83+188+113=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC71 is #AC438E. Grayscale: #949494. Windows color (decimal): -11289487 or 7453779. OLE color: 7453779.

HSL color Cylindrical-coordinate representation of color #53BC71: hue angle of 137.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC71 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 113 -
CMYK 0.56 0 0.40 0.26
HSL 137.14º 0.44% 0.53% -
HSV(B) 137.14º 0.56% 0.74% -
XYZ 24.53 39 21.86 -
YUV 148.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 83 188 113 0.56 0 0.40 0.26 137.14 0.44 0.53
Hex 53 BC 71 38 0 28 1A 89 2C 35
Octal 123 274 161 70 0 50 32 211 54 65
Binary 1010011 10111100 1110001 111000 0 101000 11010 10001001 101100 110101

Color Harmonies of #53BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC71

Black with #53BC71

Text Example


Text Example

White with #53BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,188,113); }

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

background-color css

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

 a { background-color: rgb(83,188,113); }

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

border-color css

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

 span { border-color: rgb(83,188,113); }

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