Html Css Color HEX #5FBF6F Fern

📋 copy color: '#5FBF6F'

red 95 ◦ green 191 ◦ blue 111

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

Shades of Fern #5FBF6F

Tints of Fern #5FBF6F

RGB

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

 GREEN value IS 191 (75% from 255) = 48.11%

 BLUE value IS 111 (43.75% from 255) = 27.96%

R = 23.93%
G = 48.11%
B = 27.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#5FBF6F (or 0x5FBF6F) is known color: Fern. HEX triplet: 5F, BF and 6F. RGB value is (95,191,111). Sum of RGB (Red+Green+Blue) = 95+191+111=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF6F is #A04090. Grayscale: #999999. Windows color (decimal): -10502289 or 7323487. OLE color: 7323487.

HSL color Cylindrical-coordinate representation of color #5FBF6F: hue angle of 130º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBF6F is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 191 111 -
CMYK 0.50 0 0.42 0.25
HSL 130º 0.43% 0.56% -
HSV(B) 130º 0.5% 0.75% -
XYZ 26.22 40.84 21.54 -
YUV 153.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 95 191 111 0.50 0 0.42 0.25 130 0.43 0.56
Hex 5F BF 6F 32 0 2A 19 82 2B 38
Octal 137 277 157 62 0 52 31 202 53 70
Binary 1011111 10111111 1101111 110010 0 101010 11001 10000010 101011 111000

Color Harmonies of #5FBF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBF6F

Black with #5FBF6F

Text Example


Text Example

White with #5FBF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,191,111); }

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

background-color css

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

 a { background-color: rgb(95,191,111); }

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

border-color css

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

 span { border-color: rgb(95,191,111); }

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