Shades of Citrus #98D007
Tints of Citrus #98D007
RGB
CMYK
RGB Variations
Color information
#98D007 (or 0x98D007) is known color: Citrus. HEX triplet: 98, D0 and 07. RGB value is (152,208,7). Sum of RGB (Red+Green+Blue) = 152+208+7=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #98D007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D007 is #672FF8. Grayscale: #A9A9A9. Windows color (decimal): -6762489 or 512152. OLE color: 512152.
HSL color Cylindrical-coordinate representation of color #98D007: hue angle of 76.72º 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 #98D007 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 7 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.18 |
| HSL | 76.72º | 0.93% | 0.42% | - |
| HSV(B) | 76.72º | 0.97% | 0.82% | - |
| XYZ | 35.54 | 51.8 | 8.33 | - |
| YUV | 168.34 | 36.95 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 7 | 0.27 | 0 | 0.97 | 0.18 | 76.72 | 0.93 | 0.42 |
| Hex | 98 | D0 | 7 | 1B | 0 | 61 | 12 | 4D | 5D | 2A |
| Octal | 230 | 320 | 7 | 33 | 0 | 141 | 22 | 115 | 135 | 52 |
| Binary | 10011000 | 11010000 | 111 | 11011 | 0 | 1100001 | 10010 | 1001101 | 1011101 | 101010 |
Color Harmonies of #98D007
Complementary color
Monochromatic Colors of #98D007
Black with #98D007
Text Example
Text Example
White with #98D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D007; }
p { color: rgb(152,208,7); }
H1.HeaderClassName
{
color: #98D007;
}
.AnyTagClassName
{
color: #98D007;
}
</style>
background-color css
<style>
a { background-color: #98D007; }
a { background-color: rgb(152,208,7); }
div.DivClassName
{
background-color: #98D007;
}
.BgClassName
{
background-color: #98D007;
}
</style>
border-color css
<style>
span { border-color: #98D007; }
span { border-color: rgb(152,208,7); }
td.TdClassName
{
border-color: #98D007;
}
.TagClassName
{
border-color: #98D007;
}
</style>