#61982C

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

Shades of Limeade #61982C

Tints of Limeade #61982C

Color information

#61982C (or 0x61982C) is unknown color: approx Limeade. HEX triplet: 61, 98 and 2C. RGB value is (97,152,44). Sum of RGB (Red+Green+Blue) = 97+152+44=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #61982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61982C is #9E67D3. Grayscale: #7B7B7B. Windows color (decimal): -10381268 or 2922593. OLE color: 2922593.

HSL color Cylindrical-coordinate representation of color #61982C: hue angle of 90.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61982C is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB9715244-
CMYK0.3600.710.40
HSL90.56º55.1%38.43%-
HSV(B)90.56º71.05%59.61%-
XYZ16.6125.186.37-
YUV123.2483.28109.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 152 (59.77% from 255) = 51.88%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=33.11%
G=51.88%
B=15.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97152440.3600.710.4090.5655.138.43
Hex61982C24047285b3726
Octal14123054440107501336746
Binary110000110011000101100100100010001111010001011011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61982C; }

 p { color: rgb(97,152,44); }

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

<style>
 a { background-color: #61982C; }

 a { background-color: rgb(97,152,44); }

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

<style>
 span { border-color: #61982C; }

 span { border-color: rgb(97,152,44); }

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