#5FB675

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

Shades of Fern #5FB675

Tints of Fern #5FB675

Color information

#5FB675 (or 0x5FB675) is unknown color: approx Fern. HEX triplet: 5F, B6 and 75. RGB value is (95,182,117). Sum of RGB (Red+Green+Blue) = 95+182+117=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB675 is #A0498A. Grayscale: #949494. Windows color (decimal): -10504587 or 7714399. OLE color: 7714399.

HSL color Cylindrical-coordinate representation of color #5FB675: hue angle of 135.17º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB675 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB95182117-
CMYK0.4800.360.29
HSL135.17º37.34%54.31%-
HSV(B)135.17º47.8%71.37%-
XYZ24.6637.1722.71-
YUV148.58110.1889.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=24.11%
G=46.19%
B=29.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951821170.4800.360.29135.1737.3454.31
Hex5FB675300241D872536
Octal13726616560044352074566
Binary101111110110110111010111000001001001110110000111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,182,117); }

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

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

 a { background-color: rgb(95,182,117); }

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

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

 span { border-color: rgb(95,182,117); }

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