Html Css Color HEX #5FB065 Fern

📋 copy color: '#5FB065'

red 95 ◦ green 176 ◦ blue 101

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

Shades of Fern #5FB065

Tints of Fern #5FB065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 25.54%
G = 47.31%
B = 27.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#5FB065 (or 0x5FB065) is known color: Fern. HEX triplet: 5F, B0 and 65. RGB value is (95,176,101). Sum of RGB (Red+Green+Blue) = 95+176+101=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB065 is #A04F9A. Grayscale: #8F8F8F. Windows color (decimal): -10506139 or 6664287. OLE color: 6664287.

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

Color convert

RGB 95 176 101 -
CMYK 0.46 0 0.43 0.31
HSL 124.44º 0.34% 0.53% -
HSV(B) 124.44º 0.46% 0.69% -
XYZ 22.59 34.42 17.77 -
YUV 143.23 104.16 93.6 -
System Red Green Blue C M Y K H S L
Decimal 95 176 101 0.46 0 0.43 0.31 124.44 0.34 0.53
Hex 5F B0 65 2E 0 2B 1F 7C 22 35
Octal 137 260 145 56 0 53 37 174 42 65
Binary 1011111 10110000 1100101 101110 0 101011 11111 1111100 100010 110101

Color Harmonies of #5FB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB065

Black with #5FB065

Text Example


Text Example

White with #5FB065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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