Shades of Citrus #99C005
Tints of Citrus #99C005
RGB
CMYK
RGB Variations
Color information
#99C005 (or 0x99C005) is known color: Citrus. HEX triplet: 99, C0 and 05. RGB value is (153,192,5). Sum of RGB (Red+Green+Blue) = 153+192+5=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #99C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C005 is #663FFA. Grayscale: #9F9F9F. Windows color (decimal): -6701051 or 376985. OLE color: 376985.
HSL color Cylindrical-coordinate representation of color #99C005: hue angle of 72.51º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99C005 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 5 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.25 |
| HSL | 72.51º | 0.95% | 0.39% | - |
| HSV(B) | 72.51º | 0.97% | 0.75% | - |
| XYZ | 32.01 | 44.48 | 7.04 | - |
| YUV | 159.02 | 41.08 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 5 | 0.20 | 0 | 0.97 | 0.25 | 72.51 | 0.95 | 0.39 |
| Hex | 99 | C0 | 5 | 14 | 0 | 61 | 19 | 49 | 5F | 27 |
| Octal | 231 | 300 | 5 | 24 | 0 | 141 | 31 | 111 | 137 | 47 |
| Binary | 10011001 | 11000000 | 101 | 10100 | 0 | 1100001 | 11001 | 1001001 | 1011111 | 100111 |
Color Harmonies of #99C005
Complementary color
Monochromatic Colors of #99C005
Black with #99C005
Text Example
Text Example
White with #99C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C005; }
p { color: rgb(153,192,5); }
H1.HeaderClassName
{
color: #99C005;
}
.AnyTagClassName
{
color: #99C005;
}
</style>
background-color css
<style>
a { background-color: #99C005; }
a { background-color: rgb(153,192,5); }
div.DivClassName
{
background-color: #99C005;
}
.BgClassName
{
background-color: #99C005;
}
</style>
border-color css
<style>
span { border-color: #99C005; }
span { border-color: rgb(153,192,5); }
td.TdClassName
{
border-color: #99C005;
}
.TagClassName
{
border-color: #99C005;
}
</style>