Html Css Color HEX #5FB974 Fern

📋 copy color: '#5FB974'

red 95 ◦ green 185 ◦ blue 116

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

Shades of Fern #5FB974

Tints of Fern #5FB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.72%

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

R = 23.99%
G = 46.72%
B = 29.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#5FB974 (or 0x5FB974) is known color: Fern. HEX triplet: 5F, B9 and 74. RGB value is (95,185,116). Sum of RGB (Red+Green+Blue) = 95+185+116=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB974 is #A0468B. Grayscale: #969696. Windows color (decimal): -10503820 or 7649631. OLE color: 7649631.

HSL color Cylindrical-coordinate representation of color #5FB974: hue angle of 134º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB974 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 185 116 -
CMYK 0.49 0 0.37 0.27
HSL 134º 0.39% 0.55% -
HSV(B) 134º 0.49% 0.73% -
XYZ 25.22 38.39 22.6 -
YUV 150.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 95 185 116 0.49 0 0.37 0.27 134 0.39 0.55
Hex 5F B9 74 31 0 25 1B 86 27 37
Octal 137 271 164 61 0 45 33 206 47 67
Binary 1011111 10111001 1110100 110001 0 100101 11011 10000110 100111 110111

Color Harmonies of #5FB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB974

Black with #5FB974

Text Example


Text Example

White with #5FB974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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