Shades of Citrus #99CB07
Tints of Citrus #99CB07
RGB
CMYK
RGB Variations
Color information
#99CB07 (or 0x99CB07) is known color: Citrus. HEX triplet: 99, CB and 07. RGB value is (153,203,7). Sum of RGB (Red+Green+Blue) = 153+203+7=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CB07 is #6634F8. Grayscale: #A6A6A6. Windows color (decimal): -6698233 or 510873. OLE color: 510873.
HSL color Cylindrical-coordinate representation of color #99CB07: hue angle of 75.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99CB07 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.20 |
| HSL | 75.31º | 0.93% | 0.41% | - |
| HSV(B) | 75.31º | 0.97% | 0.8% | - |
| XYZ | 34.53 | 49.5 | 7.94 | - |
| YUV | 165.71 | 38.44 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 7 | 0.25 | 0 | 0.97 | 0.20 | 75.31 | 0.93 | 0.41 |
| Hex | 99 | CB | 7 | 19 | 0 | 61 | 14 | 4B | 5D | 29 |
| Octal | 231 | 313 | 7 | 31 | 0 | 141 | 24 | 113 | 135 | 51 |
| Binary | 10011001 | 11001011 | 111 | 11001 | 0 | 1100001 | 10100 | 1001011 | 1011101 | 101001 |
Color Harmonies of #99CB07
Complementary color
Monochromatic Colors of #99CB07
Black with #99CB07
Text Example
Text Example
White with #99CB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB07; }
p { color: rgb(153,203,7); }
H1.HeaderClassName
{
color: #99CB07;
}
.AnyTagClassName
{
color: #99CB07;
}
</style>
background-color css
<style>
a { background-color: #99CB07; }
a { background-color: rgb(153,203,7); }
div.DivClassName
{
background-color: #99CB07;
}
.BgClassName
{
background-color: #99CB07;
}
</style>
border-color css
<style>
span { border-color: #99CB07; }
span { border-color: rgb(153,203,7); }
td.TdClassName
{
border-color: #99CB07;
}
.TagClassName
{
border-color: #99CB07;
}
</style>