Shades of Citrus #99C107
Tints of Citrus #99C107
RGB
CMYK
RGB Variations
Color information
#99C107 (or 0x99C107) is known color: Citrus. HEX triplet: 99, C1 and 07. RGB value is (153,193,7). Sum of RGB (Red+Green+Blue) = 153+193+7=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #99C107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C107 is #663EF8. Grayscale: #A0A0A0. Windows color (decimal): -6700793 or 508313. OLE color: 508313.
HSL color Cylindrical-coordinate representation of color #99C107: hue angle of 72.9º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99C107 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 7 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.24 |
| HSL | 72.9º | 0.93% | 0.39% | - |
| HSV(B) | 72.9º | 0.96% | 0.76% | - |
| XYZ | 32.25 | 44.93 | 7.17 | - |
| YUV | 159.84 | 41.75 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 7 | 0.21 | 0 | 0.96 | 0.24 | 72.9 | 0.93 | 0.39 |
| Hex | 99 | C1 | 7 | 15 | 0 | 60 | 18 | 49 | 5D | 27 |
| Octal | 231 | 301 | 7 | 25 | 0 | 140 | 30 | 111 | 135 | 47 |
| Binary | 10011001 | 11000001 | 111 | 10101 | 0 | 1100000 | 11000 | 1001001 | 1011101 | 100111 |
Color Harmonies of #99C107
Complementary color
Monochromatic Colors of #99C107
Black with #99C107
Text Example
Text Example
White with #99C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C107; }
p { color: rgb(153,193,7); }
H1.HeaderClassName
{
color: #99C107;
}
.AnyTagClassName
{
color: #99C107;
}
</style>
background-color css
<style>
a { background-color: #99C107; }
a { background-color: rgb(153,193,7); }
div.DivClassName
{
background-color: #99C107;
}
.BgClassName
{
background-color: #99C107;
}
</style>
border-color css
<style>
span { border-color: #99C107; }
span { border-color: rgb(153,193,7); }
td.TdClassName
{
border-color: #99C107;
}
.TagClassName
{
border-color: #99C107;
}
</style>