Html Css Color HEX #5FAF5D Fern

📋 copy color: '#5FAF5D'

red 95 ◦ green 175 ◦ blue 93

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

Shades of Fern #5FAF5D

Tints of Fern #5FAF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 26.17%
G = 48.21%
B = 25.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#5FAF5D (or 0x5FAF5D) is known color: Fern. HEX triplet: 5F, AF and 5D. RGB value is (95,175,93). Sum of RGB (Red+Green+Blue) = 95+175+93=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF5D is #A050A2. Grayscale: #8D8D8D. Windows color (decimal): -10506403 or 6139743. OLE color: 6139743.

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

Color convert

RGB 95 175 93 -
CMYK 0.46 0 0.47 0.31
HSL 118.54º 0.34% 0.53% -
HSV(B) 118.54º 0.47% 0.69% -
XYZ 22.03 33.88 15.74 -
YUV 141.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 95 175 93 0.46 0 0.47 0.31 118.54 0.34 0.53
Hex 5F AF 5D 2E 0 2F 1F 77 22 35
Octal 137 257 135 56 0 57 37 167 42 65
Binary 1011111 10101111 1011101 101110 0 101111 11111 1110111 100010 110101

Color Harmonies of #5FAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF5D

Black with #5FAF5D

Text Example


Text Example

White with #5FAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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