Shades of Citrus #98CE10
Tints of Citrus #98CE10
RGB
CMYK
RGB Variations
Color information
#98CE10 (or 0x98CE10) is known color: Citrus. HEX triplet: 98, CE and 10. RGB value is (152,206,16). Sum of RGB (Red+Green+Blue) = 152+206+16=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CE10 is #6731EF. Grayscale: #A8A8A8. Windows color (decimal): -6762992 or 1101464. OLE color: 1101464.
HSL color Cylindrical-coordinate representation of color #98CE10: hue angle of 77.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98CE10 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 16 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.19 |
| HSL | 77.05º | 0.86% | 0.44% | - |
| HSV(B) | 77.05º | 0.92% | 0.81% | - |
| XYZ | 35.11 | 50.86 | 8.46 | - |
| YUV | 168.19 | 42.11 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 16 | 0.26 | 0 | 0.92 | 0.19 | 77.05 | 0.86 | 0.44 |
| Hex | 98 | CE | 10 | 1A | 0 | 5C | 13 | 4D | 56 | 2C |
| Octal | 230 | 316 | 20 | 32 | 0 | 134 | 23 | 115 | 126 | 54 |
| Binary | 10011000 | 11001110 | 10000 | 11010 | 0 | 1011100 | 10011 | 1001101 | 1010110 | 101100 |
Color Harmonies of #98CE10
Complementary color
Monochromatic Colors of #98CE10
Black with #98CE10
Text Example
Text Example
White with #98CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE10; }
p { color: rgb(152,206,16); }
H1.HeaderClassName
{
color: #98CE10;
}
.AnyTagClassName
{
color: #98CE10;
}
</style>
background-color css
<style>
a { background-color: #98CE10; }
a { background-color: rgb(152,206,16); }
div.DivClassName
{
background-color: #98CE10;
}
.BgClassName
{
background-color: #98CE10;
}
</style>
border-color css
<style>
span { border-color: #98CE10; }
span { border-color: rgb(152,206,16); }
td.TdClassName
{
border-color: #98CE10;
}
.TagClassName
{
border-color: #98CE10;
}
</style>