Shades of Citrus #99C600
Tints of Citrus #99C600
RGB
CMYK
RGB Variations
Color information
#99C600 (or 0x99C600) is known color: Citrus. HEX triplet: 99, C6 and 00. RGB value is (153,198,0). Sum of RGB (Red+Green+Blue) = 153+198+0=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #99C600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C600 is #6639FF. Grayscale: #A2A2A2. Windows color (decimal): -6699520 or 50841. OLE color: 50841.
HSL color Cylindrical-coordinate representation of color #99C600: hue angle of 73.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99C600 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.22 |
| HSL | 73.64º | 1% | 0.39% | - |
| HSV(B) | 73.64º | 1% | 0.78% | - |
| XYZ | 33.33 | 47.16 | 7.35 | - |
| YUV | 161.97 | 36.59 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 0 | 0.23 | 0 | 1 | 0.22 | 73.64 | 1 | 0.39 |
| Hex | 99 | C6 | 0 | 17 | 0 | 64 | 16 | 4A | 64 | 27 |
| Octal | 231 | 306 | 0 | 27 | 0 | 144 | 26 | 112 | 144 | 47 |
| Binary | 10011001 | 11000110 | 0 | 10111 | 0 | 1100100 | 10110 | 1001010 | 1100100 | 100111 |
Color Harmonies of #99C600
Complementary color
Monochromatic Colors of #99C600
Black with #99C600
Text Example
Text Example
White with #99C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C600; }
p { color: rgb(153,198,0); }
H1.HeaderClassName
{
color: #99C600;
}
.AnyTagClassName
{
color: #99C600;
}
</style>
background-color css
<style>
a { background-color: #99C600; }
a { background-color: rgb(153,198,0); }
div.DivClassName
{
background-color: #99C600;
}
.BgClassName
{
background-color: #99C600;
}
</style>
border-color css
<style>
span { border-color: #99C600; }
span { border-color: rgb(153,198,0); }
td.TdClassName
{
border-color: #99C600;
}
.TagClassName
{
border-color: #99C600;
}
</style>