#5FB464

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

Shades of Fern #5FB464

Tints of Fern #5FB464

Color information

#5FB464 (or 0x5FB464) is unknown color: approx Fern. HEX triplet: 5F, B4 and 64. RGB value is (95,180,100). Sum of RGB (Red+Green+Blue) = 95+180+100=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB464 is #A04B9B. Grayscale: #919191. Windows color (decimal): -10505116 or 6599775. OLE color: 6599775.

HSL color Cylindrical-coordinate representation of color #5FB464: hue angle of 123.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB464 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB95180100-
CMYK0.4700.440.29
HSL123.53º36.17%53.92%-
HSV(B)123.53º47.22%70.59%-
XYZ23.343617.77-
YUV145.46102.3492-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=25.33%
G=48%
B=26.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801000.4700.440.29123.5336.1753.92
Hex5FB4642F02C1D7c2436
Octal13726414457054351744466
Binary10111111011010011001001011110101100111011111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,100); }

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

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

 a { background-color: rgb(95,180,100); }

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

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

 span { border-color: rgb(95,180,100); }

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