Shades of Citrus #99C003
Tints of Citrus #99C003
RGB
CMYK
RGB Variations
Color information
#99C003 (or 0x99C003) is known color: Citrus. HEX triplet: 99, C0 and 03. RGB value is (153,192,3). Sum of RGB (Red+Green+Blue) = 153+192+3=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #99C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C003 is #663FFC. Grayscale: #9F9F9F. Windows color (decimal): -6701053 or 245913. OLE color: 245913.
HSL color Cylindrical-coordinate representation of color #99C003: hue angle of 72.38º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99C003 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 3 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.25 |
| HSL | 72.38º | 0.97% | 0.38% | - |
| HSV(B) | 72.38º | 0.98% | 0.75% | - |
| XYZ | 32 | 44.48 | 6.98 | - |
| YUV | 158.79 | 40.08 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 3 | 0.20 | 0 | 0.98 | 0.25 | 72.38 | 0.97 | 0.38 |
| Hex | 99 | C0 | 3 | 14 | 0 | 62 | 19 | 48 | 61 | 26 |
| Octal | 231 | 300 | 3 | 24 | 0 | 142 | 31 | 110 | 141 | 46 |
| Binary | 10011001 | 11000000 | 11 | 10100 | 0 | 1100010 | 11001 | 1001000 | 1100001 | 100110 |
Color Harmonies of #99C003
Complementary color
Monochromatic Colors of #99C003
Black with #99C003
Text Example
Text Example
White with #99C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C003; }
p { color: rgb(153,192,3); }
H1.HeaderClassName
{
color: #99C003;
}
.AnyTagClassName
{
color: #99C003;
}
</style>
background-color css
<style>
a { background-color: #99C003; }
a { background-color: rgb(153,192,3); }
div.DivClassName
{
background-color: #99C003;
}
.BgClassName
{
background-color: #99C003;
}
</style>
border-color css
<style>
span { border-color: #99C003; }
span { border-color: rgb(153,192,3); }
td.TdClassName
{
border-color: #99C003;
}
.TagClassName
{
border-color: #99C003;
}
</style>