Shades of Citrus #98D002
Tints of Citrus #98D002
RGB
CMYK
RGB Variations
Color information
#98D002 (or 0x98D002) is known color: Citrus. HEX triplet: 98, D0 and 02. RGB value is (152,208,2). Sum of RGB (Red+Green+Blue) = 152+208+2=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #98D002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D002 is #672FFD. Grayscale: #A8A8A8. Windows color (decimal): -6762494 or 184472. OLE color: 184472.
HSL color Cylindrical-coordinate representation of color #98D002: hue angle of 76.31º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98D002 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.18 |
| HSL | 76.31º | 0.98% | 0.41% | - |
| HSV(B) | 76.31º | 0.99% | 0.82% | - |
| XYZ | 35.52 | 51.79 | 8.18 | - |
| YUV | 167.77 | 34.45 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 2 | 0.27 | 0 | 0.99 | 0.18 | 76.31 | 0.98 | 0.41 |
| Hex | 98 | D0 | 2 | 1B | 0 | 63 | 12 | 4C | 62 | 29 |
| Octal | 230 | 320 | 2 | 33 | 0 | 143 | 22 | 114 | 142 | 51 |
| Binary | 10011000 | 11010000 | 10 | 11011 | 0 | 1100011 | 10010 | 1001100 | 1100010 | 101001 |
Color Harmonies of #98D002
Complementary color
Monochromatic Colors of #98D002
Black with #98D002
Text Example
Text Example
White with #98D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D002; }
p { color: rgb(152,208,2); }
H1.HeaderClassName
{
color: #98D002;
}
.AnyTagClassName
{
color: #98D002;
}
</style>
background-color css
<style>
a { background-color: #98D002; }
a { background-color: rgb(152,208,2); }
div.DivClassName
{
background-color: #98D002;
}
.BgClassName
{
background-color: #98D002;
}
</style>
border-color css
<style>
span { border-color: #98D002; }
span { border-color: rgb(152,208,2); }
td.TdClassName
{
border-color: #98D002;
}
.TagClassName
{
border-color: #98D002;
}
</style>