#61973B

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

Shades of Limeade #61973B

Tints of Limeade #61973B

Color information

#61973B (or 0x61973B) is unknown color: approx Limeade. HEX triplet: 61, 97 and 3B. RGB value is (97,151,59). Sum of RGB (Red+Green+Blue) = 97+151+59=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #61973B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61973B is #9E68C4. Grayscale: #7C7C7C. Windows color (decimal): -10381509 or 3905377. OLE color: 3905377.

HSL color Cylindrical-coordinate representation of color #61973B: hue angle of 95.22º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61973B is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB9715159-
CMYK0.3600.610.41
HSL95.22º43.81%41.18%-
HSV(B)95.22º60.93%59.22%-
XYZ16.7924.998.08-
YUV124.3791.11108.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=31.60%
G=49.19%
B=19.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97151590.3600.610.4195.2243.8141.18
Hex61973B2403D295f2c29
Octal1412277344075511375451
Binary11000011001011111101110010001111011010011011111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61973B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61973B; }

 p { color: rgb(97,151,59); }

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

<style>
 a { background-color: #61973B; }

 a { background-color: rgb(97,151,59); }

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

<style>
 span { border-color: #61973B; }

 span { border-color: rgb(97,151,59); }

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