#61A733

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

Shades of Limeade #61A733

Tints of Limeade #61A733

Color information

#61A733 (or 0x61A733) is unknown color: approx Limeade. HEX triplet: 61, A7 and 33. RGB value is (97,167,51). Sum of RGB (Red+Green+Blue) = 97+167+51=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #61A733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A733 is #9E58CC. Grayscale: #858585. Windows color (decimal): -10377421 or 3385185. OLE color: 3385185.

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

Color convert

RGB9716751-
CMYK0.4200.690.35
HSL96.21º53.21%42.75%-
HSV(B)96.21º69.46%65.49%-
XYZ19.3530.427.98-
YUV132.8581.81102.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 167 (65.62% from 255) = 53.02%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=30.79%
G=53.02%
B=16.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97167510.4200.690.3596.2153.2142.75
Hex61A7332A0452360352b
Octal14124763520105431406553
Binary110000110100111110011101010010001011000111100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,167,51); }

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

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

 a { background-color: rgb(97,167,51); }

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

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

 span { border-color: rgb(97,167,51); }

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