Shades of Citrus #98C300
Tints of Citrus #98C300
RGB
CMYK
RGB Variations
Color information
#98C300 (or 0x98C300) is known color: Citrus. HEX triplet: 98, C3 and 00. RGB value is (152,195,0). Sum of RGB (Red+Green+Blue) = 152+195+0=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #98C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C300 is #673CFF. Grayscale: #A0A0A0. Windows color (decimal): -6765824 or 50072. OLE color: 50072.
HSL color Cylindrical-coordinate representation of color #98C300: hue angle of 73.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98C300 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.24 |
| HSL | 73.23º | 1% | 0.38% | - |
| HSV(B) | 73.23º | 1% | 0.76% | - |
| XYZ | 32.46 | 45.71 | 7.11 | - |
| YUV | 159.91 | 37.75 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 0 | 0.22 | 0 | 1 | 0.24 | 73.23 | 1 | 0.38 |
| Hex | 98 | C3 | 0 | 16 | 0 | 64 | 18 | 49 | 64 | 26 |
| Octal | 230 | 303 | 0 | 26 | 0 | 144 | 30 | 111 | 144 | 46 |
| Binary | 10011000 | 11000011 | 0 | 10110 | 0 | 1100100 | 11000 | 1001001 | 1100100 | 100110 |
Color Harmonies of #98C300
Complementary color
Monochromatic Colors of #98C300
Black with #98C300
Text Example
Text Example
White with #98C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C300; }
p { color: rgb(152,195,0); }
H1.HeaderClassName
{
color: #98C300;
}
.AnyTagClassName
{
color: #98C300;
}
</style>
background-color css
<style>
a { background-color: #98C300; }
a { background-color: rgb(152,195,0); }
div.DivClassName
{
background-color: #98C300;
}
.BgClassName
{
background-color: #98C300;
}
</style>
border-color css
<style>
span { border-color: #98C300; }
span { border-color: rgb(152,195,0); }
td.TdClassName
{
border-color: #98C300;
}
.TagClassName
{
border-color: #98C300;
}
</style>