#5FC260

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

Shades of Fern #5FC260

Tints of Fern #5FC260

Color information

#5FC260 (or 0x5FC260) is unknown color: approx Fern. HEX triplet: 5F, C2 and 60. RGB value is (95,194,96). Sum of RGB (Red+Green+Blue) = 95+194+96=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC260 is #A03D9F. Grayscale: #999999. Windows color (decimal): -10501536 or 6341215. OLE color: 6341215.

HSL color Cylindrical-coordinate representation of color #5FC260: hue angle of 120.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC260 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB9519496-
CMYK0.5100.510.24
HSL120.61º44.8%56.67%-
HSV(B)120.61º51.03%76.08%-
XYZ26.1241.8617.77-
YUV153.2395.786.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.68%
GREEN value IS 194 (76.17% from 255) = 50.39%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=24.68%
G=50.39%
B=24.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95194960.5100.510.24120.6144.856.67
Hex5FC2603303318792d39
Octal13730214063063301715571
Binary10111111100001011000001100110110011110001111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,194,96); }

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

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

 a { background-color: rgb(95,194,96); }

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

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

 span { border-color: rgb(95,194,96); }

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