Html Css Color HEX #5FA224 Limeade

📋 copy color: '#5FA224'

red 95 ◦ green 162 ◦ blue 36

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

Shades of Limeade #5FA224

Tints of Limeade #5FA224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.29%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 32.42%
G = 55.29%
B = 12.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#5FA224 (or 0x5FA224) is known color: Limeade. HEX triplet: 5F, A2 and 24. RGB value is (95,162,36). Sum of RGB (Red+Green+Blue) = 95+162+36=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA224 is #A05DDB. Grayscale: #808080. Windows color (decimal): -10509788 or 2400863. OLE color: 2400863.

HSL color Cylindrical-coordinate representation of color #5FA224: hue angle of 91.9º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FA224 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 162 36 -
CMYK 0.41 0 0.78 0.36
HSL 91.9º 0.64% 0.39% -
HSV(B) 91.9º 0.78% 0.64% -
XYZ 17.96 28.4 6.2 -
YUV 127.6 76.3 104.75 -
System Red Green Blue C M Y K H S L
Decimal 95 162 36 0.41 0 0.78 0.36 91.9 0.64 0.39
Hex 5F A2 24 29 0 4E 24 5C 40 27
Octal 137 242 44 51 0 116 44 134 100 47
Binary 1011111 10100010 100100 101001 0 1001110 100100 1011100 1000000 100111

Color Harmonies of #5FA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA224

Black with #5FA224

Text Example


Text Example

White with #5FA224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,162,36); }

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

background-color css

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

 a { background-color: rgb(95,162,36); }

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

border-color css

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

 span { border-color: rgb(95,162,36); }

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