#5FB05A

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

Shades of Fern #5FB05A

Tints of Fern #5FB05A

Color information

#5FB05A (or 0x5FB05A) is unknown color: approx Fern. HEX triplet: 5F, B0 and 5A. RGB value is (95,176,90). Sum of RGB (Red+Green+Blue) = 95+176+90=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB05A is #A04FA5. Grayscale: #8E8E8E. Windows color (decimal): -10506150 or 5943391. OLE color: 5943391.

HSL color Cylindrical-coordinate representation of color #5FB05A: hue angle of 116.51º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB05A is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB9517690-
CMYK0.4600.490.31
HSL116.51º35.25%52.16%-
HSV(B)116.51º48.86%69.02%-
XYZ22.0934.2215.11-
YUV141.9898.6694.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 176 (69.14% from 255) = 48.75%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=26.32%
G=48.75%
B=24.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95176900.4600.490.31116.5135.2552.16
Hex5FB05A2E0311F752334
Octal13726013256061371654364
Binary10111111011000010110101011100110001111111110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,176,90); }

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

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

 a { background-color: rgb(95,176,90); }

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

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

 span { border-color: rgb(95,176,90); }

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