Shades of Citrus #98D008
Tints of Citrus #98D008
RGB
CMYK
RGB Variations
Color information
#98D008 (or 0x98D008) is known color: Citrus. HEX triplet: 98, D0 and 08. RGB value is (152,208,8). Sum of RGB (Red+Green+Blue) = 152+208+8=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #98D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D008 is #672FF7. Grayscale: #A9A9A9. Windows color (decimal): -6762488 or 577688. OLE color: 577688.
HSL color Cylindrical-coordinate representation of color #98D008: hue angle of 76.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98D008 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.18 |
| HSL | 76.8º | 0.93% | 0.42% | - |
| HSV(B) | 76.8º | 0.96% | 0.82% | - |
| XYZ | 35.55 | 51.8 | 8.36 | - |
| YUV | 168.46 | 37.45 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 8 | 0.27 | 0 | 0.96 | 0.18 | 76.8 | 0.93 | 0.42 |
| Hex | 98 | D0 | 8 | 1B | 0 | 60 | 12 | 4D | 5D | 2A |
| Octal | 230 | 320 | 10 | 33 | 0 | 140 | 22 | 115 | 135 | 52 |
| Binary | 10011000 | 11010000 | 1000 | 11011 | 0 | 1100000 | 10010 | 1001101 | 1011101 | 101010 |
Color Harmonies of #98D008
Complementary color
Monochromatic Colors of #98D008
Black with #98D008
Text Example
Text Example
White with #98D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D008; }
p { color: rgb(152,208,8); }
H1.HeaderClassName
{
color: #98D008;
}
.AnyTagClassName
{
color: #98D008;
}
</style>
background-color css
<style>
a { background-color: #98D008; }
a { background-color: rgb(152,208,8); }
div.DivClassName
{
background-color: #98D008;
}
.BgClassName
{
background-color: #98D008;
}
</style>
border-color css
<style>
span { border-color: #98D008; }
span { border-color: rgb(152,208,8); }
td.TdClassName
{
border-color: #98D008;
}
.TagClassName
{
border-color: #98D008;
}
</style>