#5FC460

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

Shades of Fern #5FC460

Tints of Fern #5FC460

Color information

#5FC460 (or 0x5FC460) is unknown color: approx Fern. HEX triplet: 5F, C4 and 60. RGB value is (95,196,96). Sum of RGB (Red+Green+Blue) = 95+196+96=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC460 is #A03B9F. Grayscale: #9A9A9A. Windows color (decimal): -10501024 or 6341727. OLE color: 6341727.

HSL color Cylindrical-coordinate representation of color #5FC460: hue angle of 120.59º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC460 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB9519696-
CMYK0.5200.510.23
HSL120.59º46.12%57.06%-
HSV(B)120.59º51.53%76.86%-
XYZ26.5742.7617.92-
YUV154.495.0485.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.55%
GREEN value IS 196 (76.95% from 255) = 50.65%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=24.55%
G=50.65%
B=24.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal95196960.5200.510.23120.5946.1257.06
Hex5FC4603403317792e39
Octal13730414064063271715671
Binary10111111100010011000001101000110011101111111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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