#61983C

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

Shades of Limeade #61983C

Tints of Limeade #61983C

Color information

#61983C (or 0x61983C) is unknown color: approx Limeade. HEX triplet: 61, 98 and 3C. RGB value is (97,152,60). Sum of RGB (Red+Green+Blue) = 97+152+60=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #61983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61983C is #9E67C3. Grayscale: #7D7D7D. Windows color (decimal): -10381252 or 3971169. OLE color: 3971169.

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

Color convert

RGB9715260-
CMYK0.3600.610.40
HSL95.87º43.4%41.57%-
HSV(B)95.87º60.53%59.61%-
XYZ16.9725.328.27-
YUV125.0791.28107.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 152 (59.77% from 255) = 49.19%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=31.39%
G=49.19%
B=19.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97152600.3600.610.4095.8743.441.57
Hex61983C2403D28602b2a
Octal1412307444075501405352
Binary11000011001100011110010010001111011010001100000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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