Html Css Color HEX #5FA560 Fern

📋 copy color: '#5FA560'

red 95 ◦ green 165 ◦ blue 96

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

Shades of Fern #5FA560

Tints of Fern #5FA560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.35%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 26.69%
G = 46.35%
B = 26.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#5FA560 (or 0x5FA560) is known color: Fern. HEX triplet: 5F, A5 and 60. RGB value is (95,165,96). Sum of RGB (Red+Green+Blue) = 95+165+96=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA560 is #A05A9F. Grayscale: #888888. Windows color (decimal): -10508960 or 6333791. OLE color: 6333791.

HSL color Cylindrical-coordinate representation of color #5FA560: hue angle of 120.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA560 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 165 96 -
CMYK 0.42 0 0.42 0.35
HSL 120.86º 0.28% 0.51% -
HSV(B) 120.86º 0.42% 0.65% -
XYZ 20.29 30.19 15.82 -
YUV 136.2 105.31 98.61 -
System Red Green Blue C M Y K H S L
Decimal 95 165 96 0.42 0 0.42 0.35 120.86 0.28 0.51
Hex 5F A5 60 2A 0 2A 23 79 1C 33
Octal 137 245 140 52 0 52 43 171 34 63
Binary 1011111 10100101 1100000 101010 0 101010 100011 1111001 11100 110011

Color Harmonies of #5FA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA560

Black with #5FA560

Text Example


Text Example

White with #5FA560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,165,96); }

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

background-color css

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

 a { background-color: rgb(95,165,96); }

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

border-color css

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

 span { border-color: rgb(95,165,96); }

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