Shades of Limeade #65AD31
Tints of Limeade #65AD31
RGB
CMYK
RGB Variations
Color information
#65AD31 (or 0x65AD31) is known color: Limeade. HEX triplet: 65, AD and 31. RGB value is (101,173,49). Sum of RGB (Red+Green+Blue) = 101+173+49=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AD31 is #9A52CE. Grayscale: #898989. Windows color (decimal): -10113743 or 3255653. OLE color: 3255653.
HSL color Cylindrical-coordinate representation of color #65AD31: hue angle of 94.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65AD31 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 49 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.32 |
| HSL | 94.84º | 0.56% | 0.44% | - |
| HSV(B) | 94.84º | 0.72% | 0.68% | - |
| XYZ | 20.86 | 32.88 | 8.15 | - |
| YUV | 137.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 49 | 0.42 | 0 | 0.72 | 0.32 | 94.84 | 0.56 | 0.44 |
| Hex | 65 | AD | 31 | 2A | 0 | 48 | 20 | 5F | 38 | 2C |
| Octal | 145 | 255 | 61 | 52 | 0 | 110 | 40 | 137 | 70 | 54 |
| Binary | 1100101 | 10101101 | 110001 | 101010 | 0 | 1001000 | 100000 | 1011111 | 111000 | 101100 |
Color Harmonies of #65AD31
Complementary color
Monochromatic Colors of #65AD31
Black with #65AD31
Text Example
Text Example
White with #65AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD31; }
p { color: rgb(101,173,49); }
H1.HeaderClassName
{
color: #65AD31;
}
.AnyTagClassName
{
color: #65AD31;
}
</style>
background-color css
<style>
a { background-color: #65AD31; }
a { background-color: rgb(101,173,49); }
div.DivClassName
{
background-color: #65AD31;
}
.BgClassName
{
background-color: #65AD31;
}
</style>
border-color css
<style>
span { border-color: #65AD31; }
span { border-color: rgb(101,173,49); }
td.TdClassName
{
border-color: #65AD31;
}
.TagClassName
{
border-color: #65AD31;
}
</style>