Shades of Citrus #98CF03
Tints of Citrus #98CF03
RGB
CMYK
RGB Variations
Color information
#98CF03 (or 0x98CF03) is known color: Citrus. HEX triplet: 98, CF and 03. RGB value is (152,207,3). Sum of RGB (Red+Green+Blue) = 152+207+3=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CF03 is #6730FC. Grayscale: #A8A8A8. Windows color (decimal): -6762749 or 249752. OLE color: 249752.
HSL color Cylindrical-coordinate representation of color #98CF03: hue angle of 76.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98CF03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.19 |
| HSL | 76.18º | 0.97% | 0.41% | - |
| HSV(B) | 76.18º | 0.99% | 0.81% | - |
| XYZ | 35.28 | 51.31 | 8.13 | - |
| YUV | 167.3 | 35.28 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 3 | 0.27 | 0 | 0.99 | 0.19 | 76.18 | 0.97 | 0.41 |
| Hex | 98 | CF | 3 | 1B | 0 | 63 | 13 | 4C | 61 | 29 |
| Octal | 230 | 317 | 3 | 33 | 0 | 143 | 23 | 114 | 141 | 51 |
| Binary | 10011000 | 11001111 | 11 | 11011 | 0 | 1100011 | 10011 | 1001100 | 1100001 | 101001 |
Color Harmonies of #98CF03
Complementary color
Monochromatic Colors of #98CF03
Black with #98CF03
Text Example
Text Example
White with #98CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CF03; }
p { color: rgb(152,207,3); }
H1.HeaderClassName
{
color: #98CF03;
}
.AnyTagClassName
{
color: #98CF03;
}
</style>
background-color css
<style>
a { background-color: #98CF03; }
a { background-color: rgb(152,207,3); }
div.DivClassName
{
background-color: #98CF03;
}
.BgClassName
{
background-color: #98CF03;
}
</style>
border-color css
<style>
span { border-color: #98CF03; }
span { border-color: rgb(152,207,3); }
td.TdClassName
{
border-color: #98CF03;
}
.TagClassName
{
border-color: #98CF03;
}
</style>