#5fc364

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

Shades of Fern #5FC364

Tints of Fern #5FC364

Color information

#5FC364 (or 0x5FC364) is unknown color: approx Fern. HEX triplet: 5F, C3 and 64. RGB value is (95,195,100). Sum of RGB (Red+Green+Blue) = 95+195+100=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC364 is #A03C9B. Grayscale: #9A9A9A. Windows color (decimal): -10501276 or 6603615. OLE color: 6603615.

HSL color Cylindrical-coordinate representation of color #5FC364: hue angle of 123º 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 #5FC364 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB95195100-
CMYK0.5100.490.24
HSL123º45.45%56.86%-
HSV(B)123º51.28%76.47%-
XYZ26.5342.3818.84-
YUV154.2797.3785.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.36%
GREEN value IS 195 (76.56% from 255) = 50%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=24.36%
G=50%
B=25.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951951000.5100.490.2412345.4556.86
Hex5FC36433031187b2d39
Octal13730314463061301735571
Binary10111111100001111001001100110110001110001111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fc364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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