Shades of Limeade #609B34
Tints of Limeade #609B34
RGB
CMYK
RGB Variations
Color information
#609B34 (or 0x609B34) is known color: Limeade. HEX triplet: 60, 9B and 34. RGB value is (96,155,52). Sum of RGB (Red+Green+Blue) = 96+155+52=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #609B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B34 is #9F64CB. Grayscale: #7D7D7D. Windows color (decimal): -10446028 or 3447648. OLE color: 3447648.
HSL color Cylindrical-coordinate representation of color #609B34: hue angle of 94.37º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #609B34 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 155 | 52 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.39 |
| HSL | 94.37º | 0.5% | 0.41% | - |
| HSV(B) | 94.37º | 0.66% | 0.61% | - |
| XYZ | 17.17 | 26.18 | 7.4 | - |
| YUV | 125.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 52 | 0.38 | 0 | 0.66 | 0.39 | 94.37 | 0.5 | 0.41 |
| Hex | 60 | 9B | 34 | 26 | 0 | 42 | 27 | 5E | 32 | 29 |
| Octal | 140 | 233 | 64 | 46 | 0 | 102 | 47 | 136 | 62 | 51 |
| Binary | 1100000 | 10011011 | 110100 | 100110 | 0 | 1000010 | 100111 | 1011110 | 110010 | 101001 |
Color Harmonies of #609B34
Complementary color
Monochromatic Colors of #609B34
Black with #609B34
Text Example
Text Example
White with #609B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609B34; }
p { color: rgb(96,155,52); }
H1.HeaderClassName
{
color: #609B34;
}
.AnyTagClassName
{
color: #609B34;
}
</style>
background-color css
<style>
a { background-color: #609B34; }
a { background-color: rgb(96,155,52); }
div.DivClassName
{
background-color: #609B34;
}
.BgClassName
{
background-color: #609B34;
}
</style>
border-color css
<style>
span { border-color: #609B34; }
span { border-color: rgb(96,155,52); }
td.TdClassName
{
border-color: #609B34;
}
.TagClassName
{
border-color: #609B34;
}
</style>