Shades of Citrus #99C108
Tints of Citrus #99C108
RGB
CMYK
RGB Variations
Color information
#99C108 (or 0x99C108) is known color: Citrus. HEX triplet: 99, C1 and 08. RGB value is (153,193,8). Sum of RGB (Red+Green+Blue) = 153+193+8=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #99C108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C108 is #663EF7. Grayscale: #A0A0A0. Windows color (decimal): -6700792 or 573849. OLE color: 573849.
HSL color Cylindrical-coordinate representation of color #99C108: hue angle of 72.97º degrees, saturation: 0.92, 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 #99C108 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 8 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.24 |
| HSL | 72.97º | 0.92% | 0.39% | - |
| HSV(B) | 72.97º | 0.96% | 0.76% | - |
| XYZ | 32.25 | 44.93 | 7.2 | - |
| YUV | 159.95 | 42.25 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 8 | 0.21 | 0 | 0.96 | 0.24 | 72.97 | 0.92 | 0.39 |
| Hex | 99 | C1 | 8 | 15 | 0 | 60 | 18 | 49 | 5C | 27 |
| Octal | 231 | 301 | 10 | 25 | 0 | 140 | 30 | 111 | 134 | 47 |
| Binary | 10011001 | 11000001 | 1000 | 10101 | 0 | 1100000 | 11000 | 1001001 | 1011100 | 100111 |
Color Harmonies of #99C108
Complementary color
Monochromatic Colors of #99C108
Black with #99C108
Text Example
Text Example
White with #99C108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C108; }
p { color: rgb(153,193,8); }
H1.HeaderClassName
{
color: #99C108;
}
.AnyTagClassName
{
color: #99C108;
}
</style>
background-color css
<style>
a { background-color: #99C108; }
a { background-color: rgb(153,193,8); }
div.DivClassName
{
background-color: #99C108;
}
.BgClassName
{
background-color: #99C108;
}
</style>
border-color css
<style>
span { border-color: #99C108; }
span { border-color: rgb(153,193,8); }
td.TdClassName
{
border-color: #99C108;
}
.TagClassName
{
border-color: #99C108;
}
</style>