Html Css Color HEX #5FAE64 Fern

📋 copy color: '#5FAE64'

red 95 ◦ green 174 ◦ blue 100

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

Shades of Fern #5FAE64

Tints of Fern #5FAE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.15%

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

R = 25.75%
G = 47.15%
B = 27.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#5FAE64 (or 0x5FAE64) is known color: Fern. HEX triplet: 5F, AE and 64. RGB value is (95,174,100). Sum of RGB (Red+Green+Blue) = 95+174+100=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE64 is #A0519B. Grayscale: #8E8E8E. Windows color (decimal): -10506652 or 6598239. OLE color: 6598239.

HSL color Cylindrical-coordinate representation of color #5FAE64: hue angle of 123.8º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE64 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 174 100 -
CMYK 0.45 0 0.43 0.32
HSL 123.8º 0.33% 0.53% -
HSV(B) 123.8º 0.45% 0.68% -
XYZ 22.16 33.63 17.38 -
YUV 141.94 104.33 94.52 -
System Red Green Blue C M Y K H S L
Decimal 95 174 100 0.45 0 0.43 0.32 123.8 0.33 0.53
Hex 5F AE 64 2D 0 2B 20 7C 21 35
Octal 137 256 144 55 0 53 40 174 41 65
Binary 1011111 10101110 1100100 101101 0 101011 100000 1111100 100001 110101

Color Harmonies of #5FAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAE64

Black with #5FAE64

Text Example


Text Example

White with #5FAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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