Shades of Citrus #98D00F
Tints of Citrus #98D00F
RGB
CMYK
RGB Variations
Color information
#98D00F (or 0x98D00F) is known color: Citrus. HEX triplet: 98, D0 and 0F. RGB value is (152,208,15). Sum of RGB (Red+Green+Blue) = 152+208+15=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #98D00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D00F is #672FF0. Grayscale: #A9A9A9. Windows color (decimal): -6762481 or 1036440. OLE color: 1036440.
HSL color Cylindrical-coordinate representation of color #98D00F: hue angle of 77.41º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98D00F is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 15 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.18 |
| HSL | 77.41º | 0.87% | 0.44% | - |
| HSV(B) | 77.41º | 0.93% | 0.82% | - |
| XYZ | 35.59 | 51.82 | 8.58 | - |
| YUV | 169.25 | 40.95 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 15 | 0.27 | 0 | 0.93 | 0.18 | 77.41 | 0.87 | 0.44 |
| Hex | 98 | D0 | F | 1B | 0 | 5D | 12 | 4D | 57 | 2C |
| Octal | 230 | 320 | 17 | 33 | 0 | 135 | 22 | 115 | 127 | 54 |
| Binary | 10011000 | 11010000 | 1111 | 11011 | 0 | 1011101 | 10010 | 1001101 | 1010111 | 101100 |
Color Harmonies of #98D00F
Complementary color
Monochromatic Colors of #98D00F
Black with #98D00F
Text Example
Text Example
White with #98D00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D00F; }
p { color: rgb(152,208,15); }
H1.HeaderClassName
{
color: #98D00F;
}
.AnyTagClassName
{
color: #98D00F;
}
</style>
background-color css
<style>
a { background-color: #98D00F; }
a { background-color: rgb(152,208,15); }
div.DivClassName
{
background-color: #98D00F;
}
.BgClassName
{
background-color: #98D00F;
}
</style>
border-color css
<style>
span { border-color: #98D00F; }
span { border-color: rgb(152,208,15); }
td.TdClassName
{
border-color: #98D00F;
}
.TagClassName
{
border-color: #98D00F;
}
</style>