Html Css Color HEX #5FAB64 Fern

📋 copy color: '#5FAB64'

red 95 ◦ green 171 ◦ blue 100

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

Shades of Fern #5FAB64

Tints of Fern #5FAB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.72%

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

R = 25.96%
G = 46.72%
B = 27.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#5FAB64 (or 0x5FAB64) is known color: Fern. HEX triplet: 5F, AB and 64. RGB value is (95,171,100). Sum of RGB (Red+Green+Blue) = 95+171+100=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAB64 is #A0549B. Grayscale: #8C8C8C. Windows color (decimal): -10507420 or 6597471. OLE color: 6597471.

HSL color Cylindrical-coordinate representation of color #5FAB64: hue angle of 123.95º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAB64 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 171 100 -
CMYK 0.44 0 0.42 0.33
HSL 123.95º 0.31% 0.52% -
HSV(B) 123.95º 0.44% 0.67% -
XYZ 21.58 32.48 17.19 -
YUV 140.18 105.32 95.77 -
System Red Green Blue C M Y K H S L
Decimal 95 171 100 0.44 0 0.42 0.33 123.95 0.31 0.52
Hex 5F AB 64 2C 0 2A 21 7C 1F 34
Octal 137 253 144 54 0 52 41 174 37 64
Binary 1011111 10101011 1100100 101100 0 101010 100001 1111100 11111 110100

Color Harmonies of #5FAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAB64

Black with #5FAB64

Text Example


Text Example

White with #5FAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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