Html Css Color HEX #5FAD65 Fern

📋 copy color: '#5FAD65'

red 95 ◦ green 173 ◦ blue 101

#5FAD65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #5FAD65

Tints of Fern #5FAD65

RGB

 RED value IS 95 (37.5% from 255) = 25.75%

 GREEN value IS 173 (67.97% from 255) = 46.88%

 BLUE value IS 101 (39.84% from 255) = 27.37%

R = 25.75%
G = 46.88%
B = 27.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#5FAD65 (or 0x5FAD65) is known color: Fern. HEX triplet: 5F, AD and 65. RGB value is (95,173,101). Sum of RGB (Red+Green+Blue) = 95+173+101=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD65 is #A0529A. Grayscale: #8D8D8D. Windows color (decimal): -10506907 or 6663519. OLE color: 6663519.

HSL color Cylindrical-coordinate representation of color #5FAD65: hue angle of 124.62º 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 #5FAD65 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 173 101 -
CMYK 0.45 0 0.42 0.32
HSL 124.62º 0.32% 0.53% -
HSV(B) 124.62º 0.45% 0.68% -
XYZ 22.01 33.26 17.57 -
YUV 141.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 95 173 101 0.45 0 0.42 0.32 124.62 0.32 0.53
Hex 5F AD 65 2D 0 2A 20 7D 20 35
Octal 137 255 145 55 0 52 40 175 40 65
Binary 1011111 10101101 1100101 101101 0 101010 100000 1111101 100000 110101

Color Harmonies of #5FAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAD65

Black with #5FAD65

Text Example


Text Example

White with #5FAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FAD65;
 }
 .AnyTagClassName
 {
   color: #5FAD65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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