Html Css Color HEX #5FAF74 Fern

📋 copy color: '#5FAF74'

red 95 ◦ green 175 ◦ blue 116

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

Shades of Fern #5FAF74

Tints of Fern #5FAF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.34%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 24.61%
G = 45.34%
B = 30.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#5FAF74 (or 0x5FAF74) is known color: Fern. HEX triplet: 5F, AF and 74. RGB value is (95,175,116). Sum of RGB (Red+Green+Blue) = 95+175+116=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF74 is #A0508B. Grayscale: #909090. Windows color (decimal): -10506380 or 7647071. OLE color: 7647071.

HSL color Cylindrical-coordinate representation of color #5FAF74: hue angle of 135.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAF74 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 175 116 -
CMYK 0.46 0 0.34 0.31
HSL 135.75º 0.33% 0.53% -
HSV(B) 135.75º 0.46% 0.69% -
XYZ 23.2 34.35 21.93 -
YUV 144.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 95 175 116 0.46 0 0.34 0.31 135.75 0.33 0.53
Hex 5F AF 74 2E 0 22 1F 88 21 35
Octal 137 257 164 56 0 42 37 210 41 65
Binary 1011111 10101111 1110100 101110 0 100010 11111 10001000 100001 110101

Color Harmonies of #5FAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF74

Black with #5FAF74

Text Example


Text Example

White with #5FAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,175,116); }

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

background-color css

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

 a { background-color: rgb(95,175,116); }

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

border-color css

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

 span { border-color: rgb(95,175,116); }

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