#5FBA63

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

Shades of Fern #5FBA63

Tints of Fern #5FBA63

Color information

#5FBA63 (or 0x5FBA63) is unknown color: approx Fern. HEX triplet: 5F, BA and 63. RGB value is (95,186,99). Sum of RGB (Red+Green+Blue) = 95+186+99=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA63 is #A0459C. Grayscale: #959595. Windows color (decimal): -10503581 or 6535775. OLE color: 6535775.

HSL color Cylindrical-coordinate representation of color #5FBA63: hue angle of 122.64º degrees, saturation: 0.4, 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 #5FBA63 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB9518699-
CMYK0.4900.470.27
HSL122.64º39.74%55.1%-
HSV(B)122.64º48.92%72.94%-
XYZ24.5338.4517.93-
YUV148.8799.8589.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=25%
G=48.95%
B=26.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95186990.4900.470.27122.6439.7455.1
Hex5FBA633102F1B7b2837
Octal13727214361057331735067
Binary10111111011101011000111100010101111110111111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,186,99); }

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

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

 a { background-color: rgb(95,186,99); }

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

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

 span { border-color: rgb(95,186,99); }

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