Html Css Color HEX #5FB95E Fern

📋 copy color: '#5FB95E'

red 95 ◦ green 185 ◦ blue 94

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

Shades of Fern #5FB95E

Tints of Fern #5FB95E

RGB

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

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

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

R = 25.4%
G = 49.47%
B = 25.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#5FB95E (or 0x5FB95E) is known color: Fern. HEX triplet: 5F, B9 and 5E. RGB value is (95,185,94). Sum of RGB (Red+Green+Blue) = 95+185+94=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB95E is #A046A1. Grayscale: #939393. Windows color (decimal): -10503842 or 6207839. OLE color: 6207839.

HSL color Cylindrical-coordinate representation of color #5FB95E: hue angle of 119.34º 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 #5FB95E is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 185 94 -
CMYK 0.49 0 0.49 0.27
HSL 119.34º 0.39% 0.55% -
HSV(B) 119.34º 0.49% 0.73% -
XYZ 24.09 37.94 16.64 -
YUV 147.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 95 185 94 0.49 0 0.49 0.27 119.34 0.39 0.55
Hex 5F B9 5E 31 0 31 1B 77 27 37
Octal 137 271 136 61 0 61 33 167 47 67
Binary 1011111 10111001 1011110 110001 0 110001 11011 1110111 100111 110111

Color Harmonies of #5FB95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB95E

Black with #5FB95E

Text Example


Text Example

White with #5FB95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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