Shades of Limeade #65982B
Tints of Limeade #65982B
RGB
CMYK
RGB Variations
Color information
#65982B (or 0x65982B) is known color: Limeade. HEX triplet: 65, 98 and 2B. RGB value is (101,152,43). Sum of RGB (Red+Green+Blue) = 101+152+43=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #65982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65982B is #9A67D4. Grayscale: #7C7C7C. Windows color (decimal): -10119125 or 2857061. OLE color: 2857061.
HSL color Cylindrical-coordinate representation of color #65982B: hue angle of 88.07º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65982B is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 43 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.40 |
| HSL | 88.07º | 0.56% | 0.38% | - |
| HSV(B) | 88.07º | 0.72% | 0.6% | - |
| XYZ | 17.03 | 25.4 | 6.29 | - |
| YUV | 124.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 43 | 0.34 | 0 | 0.72 | 0.40 | 88.07 | 0.56 | 0.38 |
| Hex | 65 | 98 | 2B | 22 | 0 | 48 | 28 | 58 | 38 | 26 |
| Octal | 145 | 230 | 53 | 42 | 0 | 110 | 50 | 130 | 70 | 46 |
| Binary | 1100101 | 10011000 | 101011 | 100010 | 0 | 1001000 | 101000 | 1011000 | 111000 | 100110 |
Color Harmonies of #65982B
Complementary color
Monochromatic Colors of #65982B
Black with #65982B
Text Example
Text Example
White with #65982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65982B; }
p { color: rgb(101,152,43); }
H1.HeaderClassName
{
color: #65982B;
}
.AnyTagClassName
{
color: #65982B;
}
</style>
background-color css
<style>
a { background-color: #65982B; }
a { background-color: rgb(101,152,43); }
div.DivClassName
{
background-color: #65982B;
}
.BgClassName
{
background-color: #65982B;
}
</style>
border-color css
<style>
span { border-color: #65982B; }
span { border-color: rgb(101,152,43); }
td.TdClassName
{
border-color: #65982B;
}
.TagClassName
{
border-color: #65982B;
}
</style>