Shades of Citrus #99C008
Tints of Citrus #99C008
RGB
CMYK
RGB Variations
Color information
#99C008 (or 0x99C008) is known color: Citrus. HEX triplet: 99, C0 and 08. RGB value is (153,192,8). Sum of RGB (Red+Green+Blue) = 153+192+8=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #99C008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C008 is #663FF7. Grayscale: #A0A0A0. Windows color (decimal): -6701048 or 573593. OLE color: 573593.
HSL color Cylindrical-coordinate representation of color #99C008: hue angle of 72.72º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99C008 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.25 |
| HSL | 72.72º | 0.92% | 0.39% | - |
| HSV(B) | 72.72º | 0.96% | 0.75% | - |
| XYZ | 32.03 | 44.49 | 7.13 | - |
| YUV | 159.36 | 42.58 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 8 | 0.20 | 0 | 0.96 | 0.25 | 72.72 | 0.92 | 0.39 |
| Hex | 99 | C0 | 8 | 14 | 0 | 60 | 19 | 49 | 5C | 27 |
| Octal | 231 | 300 | 10 | 24 | 0 | 140 | 31 | 111 | 134 | 47 |
| Binary | 10011001 | 11000000 | 1000 | 10100 | 0 | 1100000 | 11001 | 1001001 | 1011100 | 100111 |
Color Harmonies of #99C008
Complementary color
Monochromatic Colors of #99C008
Black with #99C008
Text Example
Text Example
White with #99C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C008; }
p { color: rgb(153,192,8); }
H1.HeaderClassName
{
color: #99C008;
}
.AnyTagClassName
{
color: #99C008;
}
</style>
background-color css
<style>
a { background-color: #99C008; }
a { background-color: rgb(153,192,8); }
div.DivClassName
{
background-color: #99C008;
}
.BgClassName
{
background-color: #99C008;
}
</style>
border-color css
<style>
span { border-color: #99C008; }
span { border-color: rgb(153,192,8); }
td.TdClassName
{
border-color: #99C008;
}
.TagClassName
{
border-color: #99C008;
}
</style>