Shades of Limeade #609B1B
Tints of Limeade #609B1B
RGB
CMYK
RGB Variations
Color information
#609B1B (or 0x609B1B) is known color: Limeade. HEX triplet: 60, 9B and 1B. RGB value is (96,155,27). Sum of RGB (Red+Green+Blue) = 96+155+27=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #609B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B1B is #9F64E4. Grayscale: #7B7B7B. Windows color (decimal): -10446053 or 1809248. OLE color: 1809248.
HSL color Cylindrical-coordinate representation of color #609B1B: hue angle of 87.66º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #609B1B is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 155 | 27 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.39 |
| HSL | 87.66º | 0.7% | 0.36% | - |
| HSV(B) | 87.66º | 0.83% | 0.61% | - |
| XYZ | 16.74 | 26.01 | 5.17 | - |
| YUV | 122.77 | 73.95 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 27 | 0.38 | 0 | 0.83 | 0.39 | 87.66 | 0.7 | 0.36 |
| Hex | 60 | 9B | 1B | 26 | 0 | 53 | 27 | 58 | 46 | 24 |
| Octal | 140 | 233 | 33 | 46 | 0 | 123 | 47 | 130 | 106 | 44 |
| Binary | 1100000 | 10011011 | 11011 | 100110 | 0 | 1010011 | 100111 | 1011000 | 1000110 | 100100 |
Color Harmonies of #609B1B
Complementary color
Monochromatic Colors of #609B1B
Black with #609B1B
Text Example
Text Example
White with #609B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609B1B; }
p { color: rgb(96,155,27); }
H1.HeaderClassName
{
color: #609B1B;
}
.AnyTagClassName
{
color: #609B1B;
}
</style>
background-color css
<style>
a { background-color: #609B1B; }
a { background-color: rgb(96,155,27); }
div.DivClassName
{
background-color: #609B1B;
}
.BgClassName
{
background-color: #609B1B;
}
</style>
border-color css
<style>
span { border-color: #609B1B; }
span { border-color: rgb(96,155,27); }
td.TdClassName
{
border-color: #609B1B;
}
.TagClassName
{
border-color: #609B1B;
}
</style>