Shades of Citrus #99CB04
Tints of Citrus #99CB04
RGB
CMYK
RGB Variations
Color information
#99CB04 (or 0x99CB04) is known color: Citrus. HEX triplet: 99, CB and 04. RGB value is (153,203,4). Sum of RGB (Red+Green+Blue) = 153+203+4=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CB04 is #6634FB. Grayscale: #A6A6A6. Windows color (decimal): -6698236 or 314265. OLE color: 314265.
HSL color Cylindrical-coordinate representation of color #99CB04: hue angle of 75.08º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99CB04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 4 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.20 |
| HSL | 75.08º | 0.96% | 0.41% | - |
| HSV(B) | 75.08º | 0.98% | 0.8% | - |
| XYZ | 34.51 | 49.49 | 7.85 | - |
| YUV | 165.36 | 36.94 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 4 | 0.25 | 0 | 0.98 | 0.20 | 75.08 | 0.96 | 0.41 |
| Hex | 99 | CB | 4 | 19 | 0 | 62 | 14 | 4B | 60 | 29 |
| Octal | 231 | 313 | 4 | 31 | 0 | 142 | 24 | 113 | 140 | 51 |
| Binary | 10011001 | 11001011 | 100 | 11001 | 0 | 1100010 | 10100 | 1001011 | 1100000 | 101001 |
Color Harmonies of #99CB04
Complementary color
Monochromatic Colors of #99CB04
Black with #99CB04
Text Example
Text Example
White with #99CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB04; }
p { color: rgb(153,203,4); }
H1.HeaderClassName
{
color: #99CB04;
}
.AnyTagClassName
{
color: #99CB04;
}
</style>
background-color css
<style>
a { background-color: #99CB04; }
a { background-color: rgb(153,203,4); }
div.DivClassName
{
background-color: #99CB04;
}
.BgClassName
{
background-color: #99CB04;
}
</style>
border-color css
<style>
span { border-color: #99CB04; }
span { border-color: rgb(153,203,4); }
td.TdClassName
{
border-color: #99CB04;
}
.TagClassName
{
border-color: #99CB04;
}
</style>