#53BF85

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

Shades of Emerald #53BF85

Tints of Emerald #53BF85

Color information

#53BF85 (or 0x53BF85) is unknown color: approx Emerald. HEX triplet: 53, BF and 85. RGB value is (83,191,133). Sum of RGB (Red+Green+Blue) = 83+191+133=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BF85 is #AC407A. Grayscale: #989898. Windows color (decimal): -11288699 or 8765267. OLE color: 8765267.

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

Color convert

RGB83191133-
CMYK0.5700.300.25
HSL147.78º45.76%53.73%-
HSV(B)147.78º56.54%74.9%-
XYZ26.4340.7928.67-
YUV152.1117.2278.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.39%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=20.39%
G=46.93%
B=32.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911330.5700.300.25147.7845.7653.73
Hex53BF853901E19942e36
Octal12327720571036312245666
Binary101001110111111100001011110010111101100110010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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