Shades of Citrus #98D006
Tints of Citrus #98D006
RGB
CMYK
RGB Variations
Color information
#98D006 (or 0x98D006) is known color: Citrus. HEX triplet: 98, D0 and 06. RGB value is (152,208,6). Sum of RGB (Red+Green+Blue) = 152+208+6=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #98D006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D006 is #672FF9. Grayscale: #A8A8A8. Windows color (decimal): -6762490 or 446616. OLE color: 446616.
HSL color Cylindrical-coordinate representation of color #98D006: hue angle of 76.63º degrees, saturation: 0.94, 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 #98D006 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 6 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.18 |
| HSL | 76.63º | 0.94% | 0.42% | - |
| HSV(B) | 76.63º | 0.97% | 0.82% | - |
| XYZ | 35.54 | 51.8 | 8.3 | - |
| YUV | 168.23 | 36.45 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 6 | 0.27 | 0 | 0.97 | 0.18 | 76.63 | 0.94 | 0.42 |
| Hex | 98 | D0 | 6 | 1B | 0 | 61 | 12 | 4D | 5E | 2A |
| Octal | 230 | 320 | 6 | 33 | 0 | 141 | 22 | 115 | 136 | 52 |
| Binary | 10011000 | 11010000 | 110 | 11011 | 0 | 1100001 | 10010 | 1001101 | 1011110 | 101010 |
Color Harmonies of #98D006
Complementary color
Monochromatic Colors of #98D006
Black with #98D006
Text Example
Text Example
White with #98D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D006; }
p { color: rgb(152,208,6); }
H1.HeaderClassName
{
color: #98D006;
}
.AnyTagClassName
{
color: #98D006;
}
</style>
background-color css
<style>
a { background-color: #98D006; }
a { background-color: rgb(152,208,6); }
div.DivClassName
{
background-color: #98D006;
}
.BgClassName
{
background-color: #98D006;
}
</style>
border-color css
<style>
span { border-color: #98D006; }
span { border-color: rgb(152,208,6); }
td.TdClassName
{
border-color: #98D006;
}
.TagClassName
{
border-color: #98D006;
}
</style>