#5FBA62

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

Shades of Fern #5FBA62

Tints of Fern #5FBA62

Color information

#5FBA62 (or 0x5FBA62) is unknown color: approx Fern. HEX triplet: 5F, BA and 62. RGB value is (95,186,98). Sum of RGB (Red+Green+Blue) = 95+186+98=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA62 is #A0459D. Grayscale: #959595. Windows color (decimal): -10503582 or 6470239. OLE color: 6470239.

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

Color convert

RGB9518698-
CMYK0.4900.470.27
HSL121.98º39.74%55.1%-
HSV(B)121.98º48.92%72.94%-
XYZ24.4838.4317.68-
YUV148.7699.3589.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 98 (38.67% from 255) = 25.86%
R=25.07%
G=49.08%
B=25.86%

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
Decimal95186980.4900.470.27121.9839.7455.1
Hex5FBA623102F1B7a2837
Octal13727214261057331725067
Binary10111111011101011000101100010101111110111111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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