#61A537

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

Shades of Limeade #61A537

Tints of Limeade #61A537

Color information

#61A537 (or 0x61A537) is unknown color: approx Limeade. HEX triplet: 61, A5 and 37. RGB value is (97,165,55). Sum of RGB (Red+Green+Blue) = 97+165+55=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #61A537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A537 is #9E5AC8. Grayscale: #848484. Windows color (decimal): -10377929 or 3646817. OLE color: 3646817.

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

Color convert

RGB9716555-
CMYK0.4100.670.35
HSL97.09º50%43.14%-
HSV(B)97.09º66.67%64.71%-
XYZ19.0729.738.35-
YUV132.1384.47102.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 55 (21.88% from 255) = 17.35%
R=30.60%
G=52.05%
B=17.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97165550.4100.670.3597.095043.14
Hex61A537290432361322b
Octal14124567510103431416253
Binary110000110100101110111101001010000111000111100001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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