#5FB378

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

Shades of Fern #5FB378

Tints of Fern #5FB378

Color information

#5FB378 (or 0x5FB378) is unknown color: approx Fern. HEX triplet: 5F, B3 and 78. RGB value is (95,179,120). Sum of RGB (Red+Green+Blue) = 95+179+120=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB378 is #A04C87. Grayscale: #939393. Windows color (decimal): -10505352 or 7910239. OLE color: 7910239.

HSL color Cylindrical-coordinate representation of color #5FB378: hue angle of 137.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB378 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB95179120-
CMYK0.4700.330.30
HSL137.86º35.59%53.73%-
HSV(B)137.86º46.93%70.2%-
XYZ24.2336.0323.45-
YUV147.16112.6790.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 179 (70.31% from 255) = 45.43%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=24.11%
G=45.43%
B=30.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal951791200.4700.330.30137.8635.5953.73
Hex5FB3782F0211E8a2436
Octal13726317057041362124466
Binary101111110110011111100010111101000011111010001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,179,120); }

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

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

 a { background-color: rgb(95,179,120); }

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

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

 span { border-color: rgb(95,179,120); }

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