#5FC265

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

Shades of Fern #5FC265

Tints of Fern #5FC265

Color information

#5FC265 (or 0x5FC265) is unknown color: approx Fern. HEX triplet: 5F, C2 and 65. RGB value is (95,194,101). Sum of RGB (Red+Green+Blue) = 95+194+101=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC265 is #A03D9A. Grayscale: #9A9A9A. Windows color (decimal): -10501531 or 6668895. OLE color: 6668895.

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

Color convert

RGB95194101-
CMYK0.5100.480.24
HSL123.64º44.8%56.67%-
HSV(B)123.64º51.03%76.08%-
XYZ26.3641.9619.02-
YUV153.898.286.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.36%
GREEN value IS 194 (76.17% from 255) = 49.74%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=24.36%
G=49.74%
B=25.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951941010.5100.480.24123.6444.856.67
Hex5FC26533030187c2d39
Octal13730214563060301745571
Binary10111111100001011001011100110110000110001111100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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