Shades of Citrus #98CA07
Tints of Citrus #98CA07
RGB
CMYK
RGB Variations
Color information
#98CA07 (or 0x98CA07) is known color: Citrus. HEX triplet: 98, CA and 07. RGB value is (152,202,7). Sum of RGB (Red+Green+Blue) = 152+202+7=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CA07 is #6735F8. Grayscale: #A5A5A5. Windows color (decimal): -6764025 or 510616. OLE color: 510616.
HSL color Cylindrical-coordinate representation of color #98CA07: hue angle of 75.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98CA07 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.21 |
| HSL | 75.38º | 0.93% | 0.41% | - |
| HSV(B) | 75.38º | 0.97% | 0.79% | - |
| XYZ | 34.11 | 48.93 | 7.85 | - |
| YUV | 164.82 | 38.94 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 7 | 0.25 | 0 | 0.97 | 0.21 | 75.38 | 0.93 | 0.41 |
| Hex | 98 | CA | 7 | 19 | 0 | 61 | 15 | 4B | 5D | 29 |
| Octal | 230 | 312 | 7 | 31 | 0 | 141 | 25 | 113 | 135 | 51 |
| Binary | 10011000 | 11001010 | 111 | 11001 | 0 | 1100001 | 10101 | 1001011 | 1011101 | 101001 |
Color Harmonies of #98CA07
Complementary color
Monochromatic Colors of #98CA07
Black with #98CA07
Text Example
Text Example
White with #98CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA07; }
p { color: rgb(152,202,7); }
H1.HeaderClassName
{
color: #98CA07;
}
.AnyTagClassName
{
color: #98CA07;
}
</style>
background-color css
<style>
a { background-color: #98CA07; }
a { background-color: rgb(152,202,7); }
div.DivClassName
{
background-color: #98CA07;
}
.BgClassName
{
background-color: #98CA07;
}
</style>
border-color css
<style>
span { border-color: #98CA07; }
span { border-color: rgb(152,202,7); }
td.TdClassName
{
border-color: #98CA07;
}
.TagClassName
{
border-color: #98CA07;
}
</style>