#61A335

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

Shades of Limeade #61A335

Tints of Limeade #61A335

Color information

#61A335 (or 0x61A335) is unknown color: approx Limeade. HEX triplet: 61, A3 and 35. RGB value is (97,163,53). Sum of RGB (Red+Green+Blue) = 97+163+53=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #61A335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A335 is #9E5CCA. Grayscale: #838383. Windows color (decimal): -10378443 or 3515233. OLE color: 3515233.

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

Color convert

RGB9716353-
CMYK0.4000.670.36
HSL96º50.93%42.35%-
HSV(B)96º67.48%63.92%-
XYZ18.6728.997.98-
YUV130.7384.13103.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 163 (64.06% from 255) = 52.08%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=30.99%
G=52.08%
B=16.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97163530.4000.670.369650.9342.35
Hex61A335280432460332a
Octal14124365500103441406352
Binary110000110100011110101101000010000111001001100000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,163,53); }

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

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

 a { background-color: rgb(97,163,53); }

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

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

 span { border-color: rgb(97,163,53); }

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