#5BAE64

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

Shades of Fern #5BAE64

Tints of Fern #5BAE64

Color information

#5BAE64 (or 0x5BAE64) is unknown color: approx Fern. HEX triplet: 5B, AE and 64. RGB value is (91,174,100). Sum of RGB (Red+Green+Blue) = 91+174+100=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE64 is #A4519B. Grayscale: #8C8C8C. Windows color (decimal): -10768796 or 6598235. OLE color: 6598235.

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

Color convert

RGB91174100-
CMYK0.4800.430.32
HSL126.51º33.88%51.96%-
HSV(B)126.51º47.7%68.24%-
XYZ21.7533.4217.36-
YUV140.7510592.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 174 (68.36% from 255) = 47.67%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=24.93%
G=47.67%
B=27.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911741000.4800.430.32126.5133.8851.96
Hex5BAE643002B207f2234
Octal13325614460053401774264
Binary101101110101110110010011000001010111000001111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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