Shades of Citrus #99C306
Tints of Citrus #99C306
RGB
CMYK
RGB Variations
Color information
#99C306 (or 0x99C306) is known color: Citrus. HEX triplet: 99, C3 and 06. RGB value is (153,195,6). Sum of RGB (Red+Green+Blue) = 153+195+6=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #99C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C306 is #663CF9. Grayscale: #A1A1A1. Windows color (decimal): -6700282 or 443289. OLE color: 443289.
HSL color Cylindrical-coordinate representation of color #99C306: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99C306 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 6 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.24 |
| HSL | 73.33º | 0.94% | 0.39% | - |
| HSV(B) | 73.33º | 0.97% | 0.76% | - |
| XYZ | 32.68 | 45.82 | 7.29 | - |
| YUV | 160.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 6 | 0.22 | 0 | 0.97 | 0.24 | 73.33 | 0.94 | 0.39 |
| Hex | 99 | C3 | 6 | 16 | 0 | 61 | 18 | 49 | 5E | 27 |
| Octal | 231 | 303 | 6 | 26 | 0 | 141 | 30 | 111 | 136 | 47 |
| Binary | 10011001 | 11000011 | 110 | 10110 | 0 | 1100001 | 11000 | 1001001 | 1011110 | 100111 |
Color Harmonies of #99C306
Complementary color
Monochromatic Colors of #99C306
Black with #99C306
Text Example
Text Example
White with #99C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C306; }
p { color: rgb(153,195,6); }
H1.HeaderClassName
{
color: #99C306;
}
.AnyTagClassName
{
color: #99C306;
}
</style>
background-color css
<style>
a { background-color: #99C306; }
a { background-color: rgb(153,195,6); }
div.DivClassName
{
background-color: #99C306;
}
.BgClassName
{
background-color: #99C306;
}
</style>
border-color css
<style>
span { border-color: #99C306; }
span { border-color: rgb(153,195,6); }
td.TdClassName
{
border-color: #99C306;
}
.TagClassName
{
border-color: #99C306;
}
</style>