Html Css Color HEX #5FAF5B Fern

📋 copy color: '#5FAF5B'

red 95 ◦ green 175 ◦ blue 91

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

Shades of Fern #5FAF5B

Tints of Fern #5FAF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 26.32%
G = 48.48%
B = 25.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#5FAF5B (or 0x5FAF5B) is known color: Fern. HEX triplet: 5F, AF and 5B. RGB value is (95,175,91). Sum of RGB (Red+Green+Blue) = 95+175+91=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF5B is #A050A4. Grayscale: #8D8D8D. Windows color (decimal): -10506405 or 6008671. OLE color: 6008671.

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

Color convert

RGB 95 175 91 -
CMYK 0.46 0 0.48 0.31
HSL 117.14º 0.34% 0.52% -
HSV(B) 117.14º 0.48% 0.69% -
XYZ 21.94 33.85 15.27 -
YUV 141.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 95 175 91 0.46 0 0.48 0.31 117.14 0.34 0.52
Hex 5F AF 5B 2E 0 30 1F 75 22 34
Octal 137 257 133 56 0 60 37 165 42 64
Binary 1011111 10101111 1011011 101110 0 110000 11111 1110101 100010 110100

Color Harmonies of #5FAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF5B

Black with #5FAF5B

Text Example


Text Example

White with #5FAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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