Shades of Citrus #89D007
Tints of Citrus #89D007
RGB
CMYK
RGB Variations
Color information
#89D007 (or 0x89D007) is known color: Citrus. HEX triplet: 89, D0 and 07. RGB value is (137,208,7). Sum of RGB (Red+Green+Blue) = 137+208+7=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #89D007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89D007 is #762FF8. Grayscale: #A4A4A4. Windows color (decimal): -7745529 or 512137. OLE color: 512137.
HSL color Cylindrical-coordinate representation of color #89D007: hue angle of 81.19º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89D007 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 7 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.18 |
| HSL | 81.19º | 0.93% | 0.42% | - |
| HSV(B) | 81.19º | 0.97% | 0.82% | - |
| XYZ | 32.91 | 50.45 | 8.2 | - |
| YUV | 163.86 | 39.48 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 7 | 0.34 | 0 | 0.97 | 0.18 | 81.19 | 0.93 | 0.42 |
| Hex | 89 | D0 | 7 | 22 | 0 | 61 | 12 | 51 | 5D | 2A |
| Octal | 211 | 320 | 7 | 42 | 0 | 141 | 22 | 121 | 135 | 52 |
| Binary | 10001001 | 11010000 | 111 | 100010 | 0 | 1100001 | 10010 | 1010001 | 1011101 | 101010 |
Color Harmonies of #89D007
Complementary color
Monochromatic Colors of #89D007
Black with #89D007
Text Example
Text Example
White with #89D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D007; }
p { color: rgb(137,208,7); }
H1.HeaderClassName
{
color: #89D007;
}
.AnyTagClassName
{
color: #89D007;
}
</style>
background-color css
<style>
a { background-color: #89D007; }
a { background-color: rgb(137,208,7); }
div.DivClassName
{
background-color: #89D007;
}
.BgClassName
{
background-color: #89D007;
}
</style>
border-color css
<style>
span { border-color: #89D007; }
span { border-color: rgb(137,208,7); }
td.TdClassName
{
border-color: #89D007;
}
.TagClassName
{
border-color: #89D007;
}
</style>