#61A134

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

Shades of Limeade #61A134

Tints of Limeade #61A134

Color information

#61A134 (or 0x61A134) is unknown color: approx Limeade. HEX triplet: 61, A1 and 34. RGB value is (97,161,52). Sum of RGB (Red+Green+Blue) = 97+161+52=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #61A134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A134 is #9E5ECB. Grayscale: #818181. Windows color (decimal): -10378956 or 3449185. OLE color: 3449185.

HSL color Cylindrical-coordinate representation of color #61A134: hue angle of 95.23º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61A134 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB9716152-
CMYK0.4000.680.37
HSL95.23º51.17%41.76%-
HSV(B)95.23º67.7%63.14%-
XYZ18.2928.287.74-
YUV129.4484.3104.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 161 (63.28% from 255) = 51.94%
BLUE value IS 52 (20.70% from 255) = 16.77%
R=31.29%
G=51.94%
B=16.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97161520.4000.680.3795.2351.1741.76
Hex61A13428044255f332a
Octal14124164500104451376352
Binary110000110100001110100101000010001001001011011111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,161,52); }

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

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

 a { background-color: rgb(97,161,52); }

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

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

 span { border-color: rgb(97,161,52); }

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