#53BF71

Color #53BF71 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #53BF71

Tints of Emerald #53BF71

Color information

#53BF71 (or 0x53BF71) is unknown color: approx Emerald. HEX triplet: 53, BF and 71. RGB value is (83,191,113). Sum of RGB (Red+Green+Blue) = 83+191+113=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF71 is #AC408E. Grayscale: #969696. Windows color (decimal): -11288719 or 7454547. OLE color: 7454547.

HSL color Cylindrical-coordinate representation of color #53BF71: hue angle of 136.67º 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 #53BF71 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB83191113-
CMYK0.5700.410.25
HSL136.67º45.76%53.73%-
HSV(B)136.67º56.54%74.9%-
XYZ25.1840.2922.07-
YUV149.82107.2280.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=21.45%
G=49.35%
B=29.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911130.5700.410.25136.6745.7653.73
Hex53BF713902919892e36
Octal12327716171051312115666
Binary101001110111111111000111100101010011100110001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BF71;
 }
 .AnyTagClassName
 {
   color: #53BF71;
 }
</style>
background-color css

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

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

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

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

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

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