Shades of Citrus #99C501
Tints of Citrus #99C501
RGB
CMYK
RGB Variations
Color information
#99C501 (or 0x99C501) is known color: Citrus. HEX triplet: 99, C5 and 01. RGB value is (153,197,1). Sum of RGB (Red+Green+Blue) = 153+197+1=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #99C501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C501 is #663AFE. Grayscale: #A2A2A2. Windows color (decimal): -6699775 or 116121. OLE color: 116121.
HSL color Cylindrical-coordinate representation of color #99C501: hue angle of 73.47º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99C501 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.23 |
| HSL | 73.47º | 0.99% | 0.39% | - |
| HSV(B) | 73.47º | 0.99% | 0.77% | - |
| XYZ | 33.11 | 46.71 | 7.3 | - |
| YUV | 161.5 | 37.42 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 1 | 0.22 | 0 | 0.99 | 0.23 | 73.47 | 0.99 | 0.39 |
| Hex | 99 | C5 | 1 | 16 | 0 | 63 | 17 | 49 | 63 | 27 |
| Octal | 231 | 305 | 1 | 26 | 0 | 143 | 27 | 111 | 143 | 47 |
| Binary | 10011001 | 11000101 | 1 | 10110 | 0 | 1100011 | 10111 | 1001001 | 1100011 | 100111 |
Color Harmonies of #99C501
Complementary color
Monochromatic Colors of #99C501
Black with #99C501
Text Example
Text Example
White with #99C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C501; }
p { color: rgb(153,197,1); }
H1.HeaderClassName
{
color: #99C501;
}
.AnyTagClassName
{
color: #99C501;
}
</style>
background-color css
<style>
a { background-color: #99C501; }
a { background-color: rgb(153,197,1); }
div.DivClassName
{
background-color: #99C501;
}
.BgClassName
{
background-color: #99C501;
}
</style>
border-color css
<style>
span { border-color: #99C501; }
span { border-color: rgb(153,197,1); }
td.TdClassName
{
border-color: #99C501;
}
.TagClassName
{
border-color: #99C501;
}
</style>