#61A329

Color #61A329 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #61A329

Tints of Limeade #61A329

Color information

#61A329 (or 0x61A329) is unknown color: approx Limeade. HEX triplet: 61, A3 and 29. RGB value is (97,163,41). Sum of RGB (Red+Green+Blue) = 97+163+41=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #61A329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A329 is #9E5CD6. Grayscale: #818181. Windows color (decimal): -10378455 or 2728801. OLE color: 2728801.

HSL color Cylindrical-coordinate representation of color #61A329: hue angle of 92.46º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61A329 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB9716341-
CMYK0.4000.750.36
HSL92.46º59.8%40%-
HSV(B)92.46º74.85%63.92%-
XYZ18.4328.96.7-
YUV129.3678.13104.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=32.23%
G=54.15%
B=13.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97163410.4000.750.3692.4659.840
Hex61A3292804B245c3c28
Octal14124351500113441347450
Binary110000110100011101001101000010010111001001011100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A329; }

 p { color: rgb(97,163,41); }

 H1.HeaderClassName
 {
   color: #61A329;
 }
 .AnyTagClassName
 {
   color: #61A329;
 }
</style>
background-color css

<style>
 a { background-color: #61A329; }

 a { background-color: rgb(97,163,41); }

 div.DivClassName
 {
   background-color: #61A329;
 }
 .BgClassName
 {
   background-color: #61A329;
 }
</style>
border-color css

<style>
 span { border-color: #61A329; }

 span { border-color: rgb(97,163,41); }

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