#61A434

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

Shades of Limeade #61A434

Tints of Limeade #61A434

Color information

#61A434 (or 0x61A434) is unknown color: approx Limeade. HEX triplet: 61, A4 and 34. RGB value is (97,164,52). Sum of RGB (Red+Green+Blue) = 97+164+52=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #61A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A434 is #9E5BCB. Grayscale: #838383. Windows color (decimal): -10378188 or 3449953. OLE color: 3449953.

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

Color convert

RGB9716452-
CMYK0.4100.680.36
HSL95.89º51.85%42.35%-
HSV(B)95.89º68.29%64.31%-
XYZ18.8329.347.92-
YUV131.283.3103.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 164 (64.45% from 255) = 52.40%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=30.99%
G=52.40%
B=16.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97164520.4100.680.3695.8951.8542.35
Hex61A434290442460342a
Octal14124464510104441406452
Binary110000110100100110100101001010001001001001100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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