Shades of Limeade #60951E
Tints of Limeade #60951E
RGB
CMYK
RGB Variations
Color information
#60951E (or 0x60951E) is known color: Limeade. HEX triplet: 60, 95 and 1E. RGB value is (96,149,30). Sum of RGB (Red+Green+Blue) = 96+149+30=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #60951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60951E is #9F6AE1. Grayscale: #787878. Windows color (decimal): -10447586 or 2004320. OLE color: 2004320.
HSL color Cylindrical-coordinate representation of color #60951E: hue angle of 86.72º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60951E is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 30 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.42 |
| HSL | 86.72º | 0.66% | 0.35% | - |
| HSV(B) | 86.72º | 0.8% | 0.58% | - |
| XYZ | 15.81 | 24.08 | 5.04 | - |
| YUV | 119.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 30 | 0.36 | 0 | 0.80 | 0.42 | 86.72 | 0.66 | 0.35 |
| Hex | 60 | 95 | 1E | 24 | 0 | 50 | 2A | 57 | 42 | 23 |
| Octal | 140 | 225 | 36 | 44 | 0 | 120 | 52 | 127 | 102 | 43 |
| Binary | 1100000 | 10010101 | 11110 | 100100 | 0 | 1010000 | 101010 | 1010111 | 1000010 | 100011 |
Color Harmonies of #60951E
Complementary color
Monochromatic Colors of #60951E
Black with #60951E
Text Example
Text Example
White with #60951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60951E; }
p { color: rgb(96,149,30); }
H1.HeaderClassName
{
color: #60951E;
}
.AnyTagClassName
{
color: #60951E;
}
</style>
background-color css
<style>
a { background-color: #60951E; }
a { background-color: rgb(96,149,30); }
div.DivClassName
{
background-color: #60951E;
}
.BgClassName
{
background-color: #60951E;
}
</style>
border-color css
<style>
span { border-color: #60951E; }
span { border-color: rgb(96,149,30); }
td.TdClassName
{
border-color: #60951E;
}
.TagClassName
{
border-color: #60951E;
}
</style>