#5BAE70

Color #5BAE70 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5BAE70

Tints of Fern #5BAE70

Color information

#5BAE70 (or 0x5BAE70) is unknown color: approx Fern. HEX triplet: 5B, AE and 70. RGB value is (91,174,112). Sum of RGB (Red+Green+Blue) = 91+174+112=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE70 is #A4518F. Grayscale: #8E8E8E. Windows color (decimal): -10768784 or 7384667. OLE color: 7384667.

HSL color Cylindrical-coordinate representation of color #5BAE70: hue angle of 135.18º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE70 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB91174112-
CMYK0.4800.360.32
HSL135.18º33.88%51.96%-
HSV(B)135.18º47.7%68.24%-
XYZ22.3833.6720.65-
YUV142.1111191.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.14%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=24.14%
G=46.15%
B=29.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911741120.4800.360.32135.1833.8851.96
Hex5BAE703002420872234
Octal13325616060044402074264
Binary1011011101011101110000110000010010010000010000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAE70; }

 p { color: rgb(91,174,112); }

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

<style>
 a { background-color: #5BAE70; }

 a { background-color: rgb(91,174,112); }

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

<style>
 span { border-color: #5BAE70; }

 span { border-color: rgb(91,174,112); }

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