Shades of Citrus #99C80B
Tints of Citrus #99C80B
RGB
CMYK
RGB Variations
Color information
#99C80B (or 0x99C80B) is known color: Citrus. HEX triplet: 99, C8 and 0B. RGB value is (153,200,11). Sum of RGB (Red+Green+Blue) = 153+200+11=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #99C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C80B is #6637F4. Grayscale: #A5A5A5. Windows color (decimal): -6698997 or 772249. OLE color: 772249.
HSL color Cylindrical-coordinate representation of color #99C80B: hue angle of 74.92º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99C80B is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 11 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.22 |
| HSL | 74.92º | 0.9% | 0.41% | - |
| HSV(B) | 74.92º | 0.95% | 0.78% | - |
| XYZ | 33.85 | 48.11 | 7.82 | - |
| YUV | 164.4 | 41.43 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 11 | 0.24 | 0 | 0.94 | 0.22 | 74.92 | 0.9 | 0.41 |
| Hex | 99 | C8 | B | 18 | 0 | 5E | 16 | 4B | 5A | 29 |
| Octal | 231 | 310 | 13 | 30 | 0 | 136 | 26 | 113 | 132 | 51 |
| Binary | 10011001 | 11001000 | 1011 | 11000 | 0 | 1011110 | 10110 | 1001011 | 1011010 | 101001 |
Color Harmonies of #99C80B
Complementary color
Monochromatic Colors of #99C80B
Black with #99C80B
Text Example
Text Example
White with #99C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C80B; }
p { color: rgb(153,200,11); }
H1.HeaderClassName
{
color: #99C80B;
}
.AnyTagClassName
{
color: #99C80B;
}
</style>
background-color css
<style>
a { background-color: #99C80B; }
a { background-color: rgb(153,200,11); }
div.DivClassName
{
background-color: #99C80B;
}
.BgClassName
{
background-color: #99C80B;
}
</style>
border-color css
<style>
span { border-color: #99C80B; }
span { border-color: rgb(153,200,11); }
td.TdClassName
{
border-color: #99C80B;
}
.TagClassName
{
border-color: #99C80B;
}
</style>