Shades of Citrus #98D207
Tints of Citrus #98D207
RGB
CMYK
RGB Variations
Color information
#98D207 (or 0x98D207) is known color: Citrus. HEX triplet: 98, D2 and 07. RGB value is (152,210,7). Sum of RGB (Red+Green+Blue) = 152+210+7=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #98D207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D207 is #672DF8. Grayscale: #AAAAAA. Windows color (decimal): -6761977 or 512664. OLE color: 512664.
HSL color Cylindrical-coordinate representation of color #98D207: hue angle of 77.14º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98D207 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.18 |
| HSL | 77.14º | 0.94% | 0.43% | - |
| HSV(B) | 77.14º | 0.97% | 0.82% | - |
| XYZ | 36.03 | 52.78 | 8.49 | - |
| YUV | 169.52 | 36.28 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 7 | 0.28 | 0 | 0.97 | 0.18 | 77.14 | 0.94 | 0.43 |
| Hex | 98 | D2 | 7 | 1C | 0 | 61 | 12 | 4D | 5E | 2B |
| Octal | 230 | 322 | 7 | 34 | 0 | 141 | 22 | 115 | 136 | 53 |
| Binary | 10011000 | 11010010 | 111 | 11100 | 0 | 1100001 | 10010 | 1001101 | 1011110 | 101011 |
Color Harmonies of #98D207
Complementary color
Monochromatic Colors of #98D207
Black with #98D207
Text Example
Text Example
White with #98D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D207; }
p { color: rgb(152,210,7); }
H1.HeaderClassName
{
color: #98D207;
}
.AnyTagClassName
{
color: #98D207;
}
</style>
background-color css
<style>
a { background-color: #98D207; }
a { background-color: rgb(152,210,7); }
div.DivClassName
{
background-color: #98D207;
}
.BgClassName
{
background-color: #98D207;
}
</style>
border-color css
<style>
span { border-color: #98D207; }
span { border-color: rgb(152,210,7); }
td.TdClassName
{
border-color: #98D207;
}
.TagClassName
{
border-color: #98D207;
}
</style>