Shades of Citrus #98D100
Tints of Citrus #98D100
RGB
CMYK
RGB Variations
Color information
#98D100 (or 0x98D100) is known color: Citrus. HEX triplet: 98, D1 and 00. RGB value is (152,209,0). Sum of RGB (Red+Green+Blue) = 152+209+0=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #98D100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D100 is #672EFF. Grayscale: #A8A8A8. Windows color (decimal): -6762240 or 53656. OLE color: 53656.
HSL color Cylindrical-coordinate representation of color #98D100: hue angle of 76.36º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98D100 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.18 |
| HSL | 76.36º | 1% | 0.41% | - |
| HSV(B) | 76.36º | 1% | 0.82% | - |
| XYZ | 35.75 | 52.28 | 8.21 | - |
| YUV | 168.13 | 33.12 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 0 | 0.27 | 0 | 1 | 0.18 | 76.36 | 1 | 0.41 |
| Hex | 98 | D1 | 0 | 1B | 0 | 64 | 12 | 4C | 64 | 29 |
| Octal | 230 | 321 | 0 | 33 | 0 | 144 | 22 | 114 | 144 | 51 |
| Binary | 10011000 | 11010001 | 0 | 11011 | 0 | 1100100 | 10010 | 1001100 | 1100100 | 101001 |
Color Harmonies of #98D100
Complementary color
Monochromatic Colors of #98D100
Black with #98D100
Text Example
Text Example
White with #98D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D100; }
p { color: rgb(152,209,0); }
H1.HeaderClassName
{
color: #98D100;
}
.AnyTagClassName
{
color: #98D100;
}
</style>
background-color css
<style>
a { background-color: #98D100; }
a { background-color: rgb(152,209,0); }
div.DivClassName
{
background-color: #98D100;
}
.BgClassName
{
background-color: #98D100;
}
</style>
border-color css
<style>
span { border-color: #98D100; }
span { border-color: rgb(152,209,0); }
td.TdClassName
{
border-color: #98D100;
}
.TagClassName
{
border-color: #98D100;
}
</style>