#5FAD66

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

Shades of Fern #5FAD66

Tints of Fern #5FAD66

Color information

#5FAD66 (or 0x5FAD66) is unknown color: approx Fern. HEX triplet: 5F, AD and 66. RGB value is (95,173,102). Sum of RGB (Red+Green+Blue) = 95+173+102=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD66 is #A05299. Grayscale: #8D8D8D. Windows color (decimal): -10506906 or 6729055. OLE color: 6729055.

HSL color Cylindrical-coordinate representation of color #5FAD66: hue angle of 125.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD66 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB95173102-
CMYK0.4500.410.32
HSL125.38º32.23%52.55%-
HSV(B)125.38º45.09%67.84%-
XYZ22.0633.2817.83-
YUV141.58105.6694.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 173 (67.97% from 255) = 46.76%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=25.68%
G=46.76%
B=27.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731020.4500.410.32125.3832.2352.55
Hex5FAD662D029207d2035
Octal13725514655051401754065
Binary101111110101101110011010110101010011000001111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,173,102); }

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

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

 a { background-color: rgb(95,173,102); }

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

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

 span { border-color: rgb(95,173,102); }

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