Shades of Citrus #99C013
Tints of Citrus #99C013
RGB
CMYK
RGB Variations
Color information
#99C013 (or 0x99C013) is known color: Citrus. HEX triplet: 99, C0 and 13. RGB value is (153,192,19). Sum of RGB (Red+Green+Blue) = 153+192+19=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #99C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C013 is #663FEC. Grayscale: #A1A1A1. Windows color (decimal): -6701037 or 1294489. OLE color: 1294489.
HSL color Cylindrical-coordinate representation of color #99C013: hue angle of 73.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99C013 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 19 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.25 |
| HSL | 73.53º | 0.82% | 0.41% | - |
| HSV(B) | 73.53º | 0.9% | 0.75% | - |
| XYZ | 32.1 | 44.52 | 7.52 | - |
| YUV | 160.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 19 | 0.20 | 0 | 0.90 | 0.25 | 73.53 | 0.82 | 0.41 |
| Hex | 99 | C0 | 13 | 14 | 0 | 5A | 19 | 4A | 52 | 29 |
| Octal | 231 | 300 | 23 | 24 | 0 | 132 | 31 | 112 | 122 | 51 |
| Binary | 10011001 | 11000000 | 10011 | 10100 | 0 | 1011010 | 11001 | 1001010 | 1010010 | 101001 |
Color Harmonies of #99C013
Complementary color
Monochromatic Colors of #99C013
Black with #99C013
Text Example
Text Example
White with #99C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C013; }
p { color: rgb(153,192,19); }
H1.HeaderClassName
{
color: #99C013;
}
.AnyTagClassName
{
color: #99C013;
}
</style>
background-color css
<style>
a { background-color: #99C013; }
a { background-color: rgb(153,192,19); }
div.DivClassName
{
background-color: #99C013;
}
.BgClassName
{
background-color: #99C013;
}
</style>
border-color css
<style>
span { border-color: #99C013; }
span { border-color: rgb(153,192,19); }
td.TdClassName
{
border-color: #99C013;
}
.TagClassName
{
border-color: #99C013;
}
</style>