Html Css Color HEX #5FA321 Limeade

📋 copy color: '#5FA321'

red 95 ◦ green 163 ◦ blue 33

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

Shades of Limeade #5FA321

Tints of Limeade #5FA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.01%

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

R = 32.65%
G = 56.01%
B = 11.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#5FA321 (or 0x5FA321) is known color: Limeade. HEX triplet: 5F, A3 and 21. RGB value is (95,163,33). Sum of RGB (Red+Green+Blue) = 95+163+33=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA321 is #A05CDE. Grayscale: #808080. Windows color (decimal): -10509535 or 2204511. OLE color: 2204511.

HSL color Cylindrical-coordinate representation of color #5FA321: hue angle of 91.38º 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 #5FA321 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 163 33 -
CMYK 0.42 0 0.80 0.36
HSL 91.38º 0.66% 0.38% -
HSV(B) 91.38º 0.8% 0.64% -
XYZ 18.09 28.74 6.03 -
YUV 127.85 74.47 104.57 -
System Red Green Blue C M Y K H S L
Decimal 95 163 33 0.42 0 0.80 0.36 91.38 0.66 0.38
Hex 5F A3 21 2A 0 50 24 5B 42 26
Octal 137 243 41 52 0 120 44 133 102 46
Binary 1011111 10100011 100001 101010 0 1010000 100100 1011011 1000010 100110

Color Harmonies of #5FA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA321

Black with #5FA321

Text Example


Text Example

White with #5FA321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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