#5FB47A

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

Shades of Fern #5FB47A

Tints of Fern #5FB47A

Color information

#5FB47A (or 0x5FB47A) is unknown color: approx Fern. HEX triplet: 5F, B4 and 7A. RGB value is (95,180,122). Sum of RGB (Red+Green+Blue) = 95+180+122=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB47A is #A04B85. Grayscale: #949494. Windows color (decimal): -10505094 or 8041567. OLE color: 8041567.

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

Color convert

RGB95180122-
CMYK0.4700.320.29
HSL139.06º36.17%53.92%-
HSV(B)139.06º47.22%70.59%-
XYZ24.5536.4824.16-
YUV147.97113.3490.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=23.93%
G=45.34%
B=30.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801220.4700.320.29139.0636.1753.92
Hex5FB47A2F0201D8b2436
Octal13726417257040352134466
Binary101111110110100111101010111101000001110110001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,122); }

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

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

 a { background-color: rgb(95,180,122); }

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

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

 span { border-color: rgb(95,180,122); }

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