Html Css Color HEX #5FA320 Limeade

📋 copy color: '#5FA320'

red 95 ◦ green 163 ◦ blue 32

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

Shades of Limeade #5FA320

Tints of Limeade #5FA320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 32.76%
G = 56.21%
B = 11.03%

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

#5FA320 (or 0x5FA320) is known color: Limeade. HEX triplet: 5F, A3 and 20. RGB value is (95,163,32). Sum of RGB (Red+Green+Blue) = 95+163+32=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA320 is #A05CDF. Grayscale: #808080. Windows color (decimal): -10509536 or 2138975. OLE color: 2138975.

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

Color convert

RGB 95 163 32 -
CMYK 0.42 0 0.80 0.36
HSL 91.15º 0.67% 0.38% -
HSV(B) 91.15º 0.8% 0.64% -
XYZ 18.08 28.73 5.96 -
YUV 127.73 73.97 104.65 -
System Red Green Blue C M Y K H S L
Decimal 95 163 32 0.42 0 0.80 0.36 91.15 0.67 0.38
Hex 5F A3 20 2A 0 50 24 5B 43 26
Octal 137 243 40 52 0 120 44 133 103 46
Binary 1011111 10100011 100000 101010 0 1010000 100100 1011011 1000011 100110

Color Harmonies of #5FA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA320

Black with #5FA320

Text Example


Text Example

White with #5FA320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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