#61A52E

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

Shades of Limeade #61A52E

Tints of Limeade #61A52E

Color information

#61A52E (or 0x61A52E) is unknown color: approx Limeade. HEX triplet: 61, A5 and 2E. RGB value is (97,165,46). Sum of RGB (Red+Green+Blue) = 97+165+46=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #61A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A52E is #9E5AD1. Grayscale: #838383. Windows color (decimal): -10377938 or 3056993. OLE color: 3056993.

HSL color Cylindrical-coordinate representation of color #61A52E: hue angle of 94.29º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61A52E is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB9716546-
CMYK0.4100.720.35
HSL94.29º56.4%41.37%-
HSV(B)94.29º72.12%64.71%-
XYZ18.8829.657.31-
YUV131.179.97103.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 165 (64.84% from 255) = 53.57%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=31.49%
G=53.57%
B=14.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97165460.4100.720.3594.2956.441.37
Hex61A52E29048235e3829
Octal14124556510110431367051
Binary110000110100101101110101001010010001000111011110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,46); }

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

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

 a { background-color: rgb(97,165,46); }

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

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

 span { border-color: rgb(97,165,46); }

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