#5FBE75

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

Shades of Fern #5FBE75

Tints of Fern #5FBE75

Color information

#5FBE75 (or 0x5FBE75) is unknown color: approx Fern. HEX triplet: 5F, BE and 75. RGB value is (95,190,117). Sum of RGB (Red+Green+Blue) = 95+190+117=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBE75 is #A0418A. Grayscale: #999999. Windows color (decimal): -10502539 or 7716447. OLE color: 7716447.

HSL color Cylindrical-coordinate representation of color #5FBE75: hue angle of 133.89º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBE75 is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB95190117-
CMYK0.500.380.25
HSL133.89º42.22%55.88%-
HSV(B)133.89º50%74.51%-
XYZ26.3440.5423.27-
YUV153.27107.5386.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.63%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=23.63%
G=47.26%
B=29.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951901170.500.380.25133.8942.2255.88
Hex5FBE753202619862a38
Octal13727616562046312065270
Binary101111110111110111010111001001001101100110000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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