Html Css Color HEX #5FB071 Fern

📋 copy color: '#5FB071'

red 95 ◦ green 176 ◦ blue 113

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

Shades of Fern #5FB071

Tints of Fern #5FB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.83%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 24.74%
G = 45.83%
B = 29.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#5FB071 (or 0x5FB071) is known color: Fern. HEX triplet: 5F, B0 and 71. RGB value is (95,176,113). Sum of RGB (Red+Green+Blue) = 95+176+113=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB071 is #A04F8E. Grayscale: #909090. Windows color (decimal): -10506127 or 7450719. OLE color: 7450719.

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

Color convert

RGB 95 176 113 -
CMYK 0.46 0 0.36 0.31
HSL 133.33º 0.34% 0.53% -
HSV(B) 133.33º 0.46% 0.69% -
XYZ 23.23 34.68 21.09 -
YUV 144.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 95 176 113 0.46 0 0.36 0.31 133.33 0.34 0.53
Hex 5F B0 71 2E 0 24 1F 85 22 35
Octal 137 260 161 56 0 44 37 205 42 65
Binary 1011111 10110000 1110001 101110 0 100100 11111 10000101 100010 110101

Color Harmonies of #5FB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB071

Black with #5FB071

Text Example


Text Example

White with #5FB071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,176,113); }

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

background-color css

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

 a { background-color: rgb(95,176,113); }

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

border-color css

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

 span { border-color: rgb(95,176,113); }

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