Shades of Limeade #65991B
Tints of Limeade #65991B
RGB
CMYK
RGB Variations
Color information
#65991B (or 0x65991B) is known color: Limeade. HEX triplet: 65, 99 and 1B. RGB value is (101,153,27). Sum of RGB (Red+Green+Blue) = 101+153+27=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #65991B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65991B is #9A66E4. Grayscale: #7B7B7B. Windows color (decimal): -10118885 or 1808741. OLE color: 1808741.
HSL color Cylindrical-coordinate representation of color #65991B: hue angle of 84.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65991B is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 27 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.4 |
| HSL | 84.76º | 0.7% | 0.35% | - |
| HSV(B) | 84.76º | 0.82% | 0.6% | - |
| XYZ | 16.96 | 25.63 | 5.09 | - |
| YUV | 123.09 | 73.77 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 27 | 0.34 | 0 | 0.82 | 0.4 | 84.76 | 0.7 | 0.35 |
| Hex | 65 | 99 | 1B | 22 | 0 | 52 | 28 | 55 | 46 | 23 |
| Octal | 145 | 231 | 33 | 42 | 0 | 122 | 50 | 125 | 106 | 43 |
| Binary | 1100101 | 10011001 | 11011 | 100010 | 0 | 1010010 | 101000 | 1010101 | 1000110 | 100011 |
Color Harmonies of #65991B
Complementary color
Monochromatic Colors of #65991B
Black with #65991B
Text Example
Text Example
White with #65991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65991B; }
p { color: rgb(101,153,27); }
H1.HeaderClassName
{
color: #65991B;
}
.AnyTagClassName
{
color: #65991B;
}
</style>
background-color css
<style>
a { background-color: #65991B; }
a { background-color: rgb(101,153,27); }
div.DivClassName
{
background-color: #65991B;
}
.BgClassName
{
background-color: #65991B;
}
</style>
border-color css
<style>
span { border-color: #65991B; }
span { border-color: rgb(101,153,27); }
td.TdClassName
{
border-color: #65991B;
}
.TagClassName
{
border-color: #65991B;
}
</style>