Shades of Citrus #99CE06
Tints of Citrus #99CE06
RGB
CMYK
RGB Variations
Color information
#99CE06 (or 0x99CE06) is known color: Citrus. HEX triplet: 99, CE and 06. RGB value is (153,206,6). Sum of RGB (Red+Green+Blue) = 153+206+6=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE06 is #6631F9. Grayscale: #A8A8A8. Windows color (decimal): -6697466 or 446105. OLE color: 446105.
HSL color Cylindrical-coordinate representation of color #99CE06: hue angle of 75.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99CE06 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 6 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.19 |
| HSL | 75.9º | 0.94% | 0.42% | - |
| HSV(B) | 75.9º | 0.97% | 0.81% | - |
| XYZ | 35.24 | 50.93 | 8.15 | - |
| YUV | 167.35 | 36.94 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 6 | 0.26 | 0 | 0.97 | 0.19 | 75.9 | 0.94 | 0.42 |
| Hex | 99 | CE | 6 | 1A | 0 | 61 | 13 | 4C | 5E | 2A |
| Octal | 231 | 316 | 6 | 32 | 0 | 141 | 23 | 114 | 136 | 52 |
| Binary | 10011001 | 11001110 | 110 | 11010 | 0 | 1100001 | 10011 | 1001100 | 1011110 | 101010 |
Color Harmonies of #99CE06
Complementary color
Monochromatic Colors of #99CE06
Black with #99CE06
Text Example
Text Example
White with #99CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE06; }
p { color: rgb(153,206,6); }
H1.HeaderClassName
{
color: #99CE06;
}
.AnyTagClassName
{
color: #99CE06;
}
</style>
background-color css
<style>
a { background-color: #99CE06; }
a { background-color: rgb(153,206,6); }
div.DivClassName
{
background-color: #99CE06;
}
.BgClassName
{
background-color: #99CE06;
}
</style>
border-color css
<style>
span { border-color: #99CE06; }
span { border-color: rgb(153,206,6); }
td.TdClassName
{
border-color: #99CE06;
}
.TagClassName
{
border-color: #99CE06;
}
</style>