Html Css Color HEX #5FBF5E Fern

📋 copy color: '#5FBF5E'

red 95 ◦ green 191 ◦ blue 94

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

Shades of Fern #5FBF5E

Tints of Fern #5FBF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 25%
G = 50.26%
B = 24.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#5FBF5E (or 0x5FBF5E) is known color: Fern. HEX triplet: 5F, BF and 5E. RGB value is (95,191,94). Sum of RGB (Red+Green+Blue) = 95+191+94=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF5E is #A040A1. Grayscale: #979797. Windows color (decimal): -10502306 or 6209375. OLE color: 6209375.

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

Color convert

RGB 95 191 94 -
CMYK 0.50 0 0.51 0.25
HSL 119.38º 0.43% 0.56% -
HSV(B) 119.38º 0.51% 0.75% -
XYZ 25.37 40.5 17.07 -
YUV 151.24 95.7 87.89 -
System Red Green Blue C M Y K H S L
Decimal 95 191 94 0.50 0 0.51 0.25 119.38 0.43 0.56
Hex 5F BF 5E 32 0 33 19 77 2B 38
Octal 137 277 136 62 0 63 31 167 53 70
Binary 1011111 10111111 1011110 110010 0 110011 11001 1110111 101011 111000

Color Harmonies of #5FBF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBF5E

Black with #5FBF5E

Text Example


Text Example

White with #5FBF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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