#5fb664

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

Shades of Fern #5FB664

Tints of Fern #5FB664

Color information

#5FB664 (or 0x5FB664) is unknown color: approx Fern. HEX triplet: 5F, B6 and 64. RGB value is (95,182,100). Sum of RGB (Red+Green+Blue) = 95+182+100=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB664 is #A0499B. Grayscale: #929292. Windows color (decimal): -10504604 or 6600287. OLE color: 6600287.

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

Color convert

RGB95182100-
CMYK0.4800.450.29
HSL123.45º37.34%54.31%-
HSV(B)123.45º47.8%71.37%-
XYZ23.7536.8117.91-
YUV146.64101.6891.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=25.20%
G=48.28%
B=26.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951821000.4800.450.29123.4537.3454.31
Hex5FB6643002D1D7b2536
Octal13726614460055351734566
Binary10111111011011011001001100000101101111011111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fb664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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