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