Html Css Color HEX #53BF80 Emerald

📋 copy color: '#53BF80'

red 83 ◦ green 191 ◦ blue 128

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

Shades of Emerald #53BF80

Tints of Emerald #53BF80

RGB

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

 GREEN value IS 191 (75% from 255) = 47.51%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 20.65%
G = 47.51%
B = 31.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#53BF80 (or 0x53BF80) is known color: Emerald. HEX triplet: 53, BF and 80. RGB value is (83,191,128). Sum of RGB (Red+Green+Blue) = 83+191+128=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BF80 is #AC407F. Grayscale: #979797. Windows color (decimal): -11288704 or 8437587. OLE color: 8437587.

HSL color Cylindrical-coordinate representation of color #53BF80: hue angle of 145º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF80 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 191 128 -
CMYK 0.57 0 0.33 0.25
HSL 145º 0.46% 0.54% -
HSV(B) 145º 0.57% 0.75% -
XYZ 26.09 40.66 26.89 -
YUV 151.53 114.72 79.12 -
System Red Green Blue C M Y K H S L
Decimal 83 191 128 0.57 0 0.33 0.25 145 0.46 0.54
Hex 53 BF 80 39 0 21 19 91 2E 36
Octal 123 277 200 71 0 41 31 221 56 66
Binary 1010011 10111111 10000000 111001 0 100001 11001 10010001 101110 110110

Color Harmonies of #53BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BF80

Black with #53BF80

Text Example


Text Example

White with #53BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,191,128); }

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

background-color css

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

 a { background-color: rgb(83,191,128); }

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

border-color css

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

 span { border-color: rgb(83,191,128); }

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