#5BAE6F

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

Shades of Fern #5BAE6F

Tints of Fern #5BAE6F

Color information

#5BAE6F (or 0x5BAE6F) is unknown color: approx Fern. HEX triplet: 5B, AE and 6F. RGB value is (91,174,111). Sum of RGB (Red+Green+Blue) = 91+174+111=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE6F is #A45190. Grayscale: #8E8E8E. Windows color (decimal): -10768785 or 7319131. OLE color: 7319131.

HSL color Cylindrical-coordinate representation of color #5BAE6F: hue angle of 134.46º 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 #5BAE6F is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB91174111-
CMYK0.4800.360.32
HSL134.46º33.88%51.96%-
HSV(B)134.46º47.7%68.24%-
XYZ22.3233.6420.36-
YUV142110.591.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.20%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=24.20%
G=46.28%
B=29.52%

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
Decimal911741110.4800.360.32134.4633.8851.96
Hex5BAE6F3002420862234
Octal13325615760044402064264
Binary1011011101011101101111110000010010010000010000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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