Html Css Color HEX #5FAD73 Fern

📋 copy color: '#5FAD73'

red 95 ◦ green 173 ◦ blue 115

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

Shades of Fern #5FAD73

Tints of Fern #5FAD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 24.8%
G = 45.17%
B = 30.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#5FAD73 (or 0x5FAD73) is known color: Fern. HEX triplet: 5F, AD and 73. RGB value is (95,173,115). Sum of RGB (Red+Green+Blue) = 95+173+115=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD73 is #A0528C. Grayscale: #8F8F8F. Windows color (decimal): -10506893 or 7581023. OLE color: 7581023.

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

Color convert

RGB 95 173 115 -
CMYK 0.45 0 0.34 0.32
HSL 135.38º 0.32% 0.53% -
HSV(B) 135.38º 0.45% 0.68% -
XYZ 22.76 33.56 21.5 -
YUV 143.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 95 173 115 0.45 0 0.34 0.32 135.38 0.32 0.53
Hex 5F AD 73 2D 0 22 20 87 20 35
Octal 137 255 163 55 0 42 40 207 40 65
Binary 1011111 10101101 1110011 101101 0 100010 100000 10000111 100000 110101

Color Harmonies of #5FAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAD73

Black with #5FAD73

Text Example


Text Example

White with #5FAD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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