Shades of Citrus #99C808
Tints of Citrus #99C808
RGB
CMYK
RGB Variations
Color information
#99C808 (or 0x99C808) is known color: Citrus. HEX triplet: 99, C8 and 08. RGB value is (153,200,8). Sum of RGB (Red+Green+Blue) = 153+200+8=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #99C808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C808 is #6637F7. Grayscale: #A4A4A4. Windows color (decimal): -6699000 or 575641. OLE color: 575641.
HSL color Cylindrical-coordinate representation of color #99C808: hue angle of 74.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99C808 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.22 |
| HSL | 74.69º | 0.92% | 0.41% | - |
| HSV(B) | 74.69º | 0.96% | 0.78% | - |
| XYZ | 33.83 | 48.1 | 7.73 | - |
| YUV | 164.06 | 39.93 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 8 | 0.24 | 0 | 0.96 | 0.22 | 74.69 | 0.92 | 0.41 |
| Hex | 99 | C8 | 8 | 18 | 0 | 60 | 16 | 4B | 5C | 29 |
| Octal | 231 | 310 | 10 | 30 | 0 | 140 | 26 | 113 | 134 | 51 |
| Binary | 10011001 | 11001000 | 1000 | 11000 | 0 | 1100000 | 10110 | 1001011 | 1011100 | 101001 |
Color Harmonies of #99C808
Complementary color
Monochromatic Colors of #99C808
Black with #99C808
Text Example
Text Example
White with #99C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C808; }
p { color: rgb(153,200,8); }
H1.HeaderClassName
{
color: #99C808;
}
.AnyTagClassName
{
color: #99C808;
}
</style>
background-color css
<style>
a { background-color: #99C808; }
a { background-color: rgb(153,200,8); }
div.DivClassName
{
background-color: #99C808;
}
.BgClassName
{
background-color: #99C808;
}
</style>
border-color css
<style>
span { border-color: #99C808; }
span { border-color: rgb(153,200,8); }
td.TdClassName
{
border-color: #99C808;
}
.TagClassName
{
border-color: #99C808;
}
</style>