#5FB770

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

Shades of Fern #5FB770

Tints of Fern #5FB770

Color information

#5FB770 (or 0x5FB770) is unknown color: approx Fern. HEX triplet: 5F, B7 and 70. RGB value is (95,183,112). Sum of RGB (Red+Green+Blue) = 95+183+112=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB770 is #A0488F. Grayscale: #949494. Windows color (decimal): -10504336 or 7386975. OLE color: 7386975.

HSL color Cylindrical-coordinate representation of color #5FB770: hue angle of 131.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB770 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB95183112-
CMYK0.4800.390.28
HSL131.59º37.93%54.51%-
HSV(B)131.59º48.09%71.76%-
XYZ24.5837.4721.27-
YUV148.59107.3589.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.36%
GREEN value IS 183 (71.88% from 255) = 46.92%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=24.36%
G=46.92%
B=28.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951831120.4800.390.28131.5937.9354.51
Hex5FB770300271C842637
Octal13726716060047342044667
Binary101111110110111111000011000001001111110010000100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,183,112); }

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

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

 a { background-color: rgb(95,183,112); }

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

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

 span { border-color: rgb(95,183,112); }

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