Html Css Color HEX #5FA864 Fern

📋 copy color: '#5FA864'

red 95 ◦ green 168 ◦ blue 100

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

Shades of Fern #5FA864

Tints of Fern #5FA864

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.28%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 26.17%
G = 46.28%
B = 27.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#5FA864 (or 0x5FA864) is known color: Fern. HEX triplet: 5F, A8 and 64. RGB value is (95,168,100). Sum of RGB (Red+Green+Blue) = 95+168+100=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA864 is #A0579B. Grayscale: #8A8A8A. Windows color (decimal): -10508188 or 6596703. OLE color: 6596703.

HSL color Cylindrical-coordinate representation of color #5FA864: hue angle of 124.11º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA864 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 168 100 -
CMYK 0.43 0 0.40 0.34
HSL 124.11º 0.3% 0.52% -
HSV(B) 124.11º 0.43% 0.66% -
XYZ 21.02 31.36 17 -
YUV 138.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 95 168 100 0.43 0 0.40 0.34 124.11 0.3 0.52
Hex 5F A8 64 2B 0 28 22 7C 1E 34
Octal 137 250 144 53 0 50 42 174 36 64
Binary 1011111 10101000 1100100 101011 0 101000 100010 1111100 11110 110100

Color Harmonies of #5FA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA864

Black with #5FA864

Text Example


Text Example

White with #5FA864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,168,100); }

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

background-color css

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

 a { background-color: rgb(95,168,100); }

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

border-color css

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

 span { border-color: rgb(95,168,100); }

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