#61A431

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

Shades of Limeade #61A431

Tints of Limeade #61A431

Color information

#61A431 (or 0x61A431) is unknown color: approx Limeade. HEX triplet: 61, A4 and 31. RGB value is (97,164,49). Sum of RGB (Red+Green+Blue) = 97+164+49=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #61A431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A431 is #9E5BCE. Grayscale: #838383. Windows color (decimal): -10378191 or 3253345. OLE color: 3253345.

HSL color Cylindrical-coordinate representation of color #61A431: hue angle of 94.96º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61A431 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB9716449-
CMYK0.4100.700.36
HSL94.96º53.99%41.76%-
HSV(B)94.96º70.12%64.31%-
XYZ18.7629.317.58-
YUV130.8681.8103.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=31.29%
G=52.90%
B=15.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97164490.4100.700.3694.9653.9941.76
Hex61A43129046245f362a
Octal14124461510106441376652
Binary110000110100100110001101001010001101001001011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,164,49); }

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

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

 a { background-color: rgb(97,164,49); }

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

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

 span { border-color: rgb(97,164,49); }

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