Html Css Color HEX #5FAF77 Fern

📋 copy color: '#5FAF77'

red 95 ◦ green 175 ◦ blue 119

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

Shades of Fern #5FAF77

Tints of Fern #5FAF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 24.42%
G = 44.99%
B = 30.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#5FAF77 (or 0x5FAF77) is known color: Fern. HEX triplet: 5F, AF and 77. RGB value is (95,175,119). Sum of RGB (Red+Green+Blue) = 95+175+119=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF77 is #A05088. Grayscale: #909090. Windows color (decimal): -10506377 or 7843679. OLE color: 7843679.

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

Color convert

RGB 95 175 119 -
CMYK 0.46 0 0.32 0.31
HSL 138º 0.33% 0.53% -
HSV(B) 138º 0.46% 0.69% -
XYZ 23.38 34.42 22.87 -
YUV 144.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 95 175 119 0.46 0 0.32 0.31 138 0.33 0.53
Hex 5F AF 77 2E 0 20 1F 8A 21 35
Octal 137 257 167 56 0 40 37 212 41 65
Binary 1011111 10101111 1110111 101110 0 100000 11111 10001010 100001 110101

Color Harmonies of #5FAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF77

Black with #5FAF77

Text Example


Text Example

White with #5FAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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