Html Css Color HEX #5FB16A Fern

📋 copy color: '#5FB16A'

red 95 ◦ green 177 ◦ blue 106

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

Shades of Fern #5FB16A

Tints of Fern #5FB16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.83%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 25.13%
G = 46.83%
B = 28.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#5FB16A (or 0x5FB16A) is known color: Fern. HEX triplet: 5F, B1 and 6A. RGB value is (95,177,106). Sum of RGB (Red+Green+Blue) = 95+177+106=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB16A is #A04E95. Grayscale: #909090. Windows color (decimal): -10505878 or 6992223. OLE color: 6992223.

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

Color convert

RGB 95 177 106 -
CMYK 0.46 0 0.40 0.31
HSL 128.05º 0.34% 0.53% -
HSV(B) 128.05º 0.46% 0.69% -
XYZ 23.04 34.92 19.16 -
YUV 144.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 95 177 106 0.46 0 0.40 0.31 128.05 0.34 0.53
Hex 5F B1 6A 2E 0 28 1F 80 22 35
Octal 137 261 152 56 0 50 37 200 42 65
Binary 1011111 10110001 1101010 101110 0 101000 11111 10000000 100010 110101

Color Harmonies of #5FB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB16A

Black with #5FB16A

Text Example


Text Example

White with #5FB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,177,106); }

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

background-color css

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

 a { background-color: rgb(95,177,106); }

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

border-color css

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

 span { border-color: rgb(95,177,106); }

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