#5BAE6E

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

Shades of Fern #5BAE6E

Tints of Fern #5BAE6E

Color information

#5BAE6E (or 0x5BAE6E) is unknown color: approx Fern. HEX triplet: 5B, AE and 6E. RGB value is (91,174,110). Sum of RGB (Red+Green+Blue) = 91+174+110=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE6E is #A45191. Grayscale: #8E8E8E. Windows color (decimal): -10768786 or 7253595. OLE color: 7253595.

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

Color convert

RGB91174110-
CMYK0.4800.370.32
HSL133.73º33.88%51.96%-
HSV(B)133.73º47.7%68.24%-
XYZ22.2633.6220.07-
YUV141.8911091.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 174 (68.36% from 255) = 46.4%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=24.27%
G=46.4%
B=29.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911741100.4800.370.32133.7333.8851.96
Hex5BAE6E3002520862234
Octal13325615660045402064264
Binary1011011101011101101110110000010010110000010000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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