#5FB965

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

Shades of Fern #5FB965

Tints of Fern #5FB965

Color information

#5FB965 (or 0x5FB965) is unknown color: approx Fern. HEX triplet: 5F, B9 and 65. RGB value is (95,185,101). Sum of RGB (Red+Green+Blue) = 95+185+101=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB965 is #A0469A. Grayscale: #949494. Windows color (decimal): -10503835 or 6666591. OLE color: 6666591.

HSL color Cylindrical-coordinate representation of color #5FB965: hue angle of 124º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB965 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB95185101-
CMYK0.4900.450.27
HSL124º39.13%54.9%-
HSV(B)124º48.65%72.55%-
XYZ24.4238.0718.37-
YUV148.51101.1889.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=24.93%
G=48.56%
B=26.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951851010.4900.450.2712439.1354.9
Hex5FB9653102D1B7c2737
Octal13727114561055331744767
Binary10111111011100111001011100010101101110111111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,185,101); }

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

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

 a { background-color: rgb(95,185,101); }

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

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

 span { border-color: rgb(95,185,101); }

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