Html Css Color HEX #5FA221 Limeade

📋 copy color: '#5FA221'

red 95 ◦ green 162 ◦ blue 33

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

Shades of Limeade #5FA221

Tints of Limeade #5FA221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 32.76%
G = 55.86%
B = 11.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#5FA221 (or 0x5FA221) is known color: Limeade. HEX triplet: 5F, A2 and 21. RGB value is (95,162,33). Sum of RGB (Red+Green+Blue) = 95+162+33=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA221 is #A05DDE. Grayscale: #7F7F7F. Windows color (decimal): -10509791 or 2204255. OLE color: 2204255.

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

Color convert

RGB 95 162 33 -
CMYK 0.41 0 0.80 0.36
HSL 91.16º 0.66% 0.38% -
HSV(B) 91.16º 0.8% 0.64% -
XYZ 17.91 28.38 5.97 -
YUV 127.26 74.8 104.99 -
System Red Green Blue C M Y K H S L
Decimal 95 162 33 0.41 0 0.80 0.36 91.16 0.66 0.38
Hex 5F A2 21 29 0 50 24 5B 42 26
Octal 137 242 41 51 0 120 44 133 102 46
Binary 1011111 10100010 100001 101001 0 1010000 100100 1011011 1000010 100110

Color Harmonies of #5FA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA221

Black with #5FA221

Text Example


Text Example

White with #5FA221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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