Shades of Citrus #99C000
Tints of Citrus #99C000
RGB
CMYK
RGB Variations
Color information
#99C000 (or 0x99C000) is known color: Citrus. HEX triplet: 99, C0 and 00. RGB value is (153,192,0). Sum of RGB (Red+Green+Blue) = 153+192+0=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #99C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C000 is #663FFF. Grayscale: #9F9F9F. Windows color (decimal): -6701056 or 49305. OLE color: 49305.
HSL color Cylindrical-coordinate representation of color #99C000: hue angle of 72.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99C000 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.25 |
| HSL | 72.19º | 1% | 0.38% | - |
| HSV(B) | 72.19º | 1% | 0.75% | - |
| XYZ | 31.99 | 44.47 | 6.9 | - |
| YUV | 158.45 | 38.58 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 0 | 0.20 | 0 | 1 | 0.25 | 72.19 | 1 | 0.38 |
| Hex | 99 | C0 | 0 | 14 | 0 | 64 | 19 | 48 | 64 | 26 |
| Octal | 231 | 300 | 0 | 24 | 0 | 144 | 31 | 110 | 144 | 46 |
| Binary | 10011001 | 11000000 | 0 | 10100 | 0 | 1100100 | 11001 | 1001000 | 1100100 | 100110 |
Color Harmonies of #99C000
Complementary color
Monochromatic Colors of #99C000
Black with #99C000
Text Example
Text Example
White with #99C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C000; }
p { color: rgb(153,192,0); }
H1.HeaderClassName
{
color: #99C000;
}
.AnyTagClassName
{
color: #99C000;
}
</style>
background-color css
<style>
a { background-color: #99C000; }
a { background-color: rgb(153,192,0); }
div.DivClassName
{
background-color: #99C000;
}
.BgClassName
{
background-color: #99C000;
}
</style>
border-color css
<style>
span { border-color: #99C000; }
span { border-color: rgb(153,192,0); }
td.TdClassName
{
border-color: #99C000;
}
.TagClassName
{
border-color: #99C000;
}
</style>