Shades of Citrus #99CF07
Tints of Citrus #99CF07
RGB
CMYK
RGB Variations
Color information
#99CF07 (or 0x99CF07) is known color: Citrus. HEX triplet: 99, CF and 07. RGB value is (153,207,7). Sum of RGB (Red+Green+Blue) = 153+207+7=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CF07 is #6630F8. Grayscale: #A8A8A8. Windows color (decimal): -6697209 or 511897. OLE color: 511897.
HSL color Cylindrical-coordinate representation of color #99CF07: hue angle of 76.2º degrees, saturation: 0.93, 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 #99CF07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 7 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.19 |
| HSL | 76.2º | 0.93% | 0.42% | - |
| HSV(B) | 76.2º | 0.97% | 0.81% | - |
| XYZ | 35.49 | 51.41 | 8.25 | - |
| YUV | 168.05 | 37.11 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 7 | 0.26 | 0 | 0.97 | 0.19 | 76.2 | 0.93 | 0.42 |
| Hex | 99 | CF | 7 | 1A | 0 | 61 | 13 | 4C | 5D | 2A |
| Octal | 231 | 317 | 7 | 32 | 0 | 141 | 23 | 114 | 135 | 52 |
| Binary | 10011001 | 11001111 | 111 | 11010 | 0 | 1100001 | 10011 | 1001100 | 1011101 | 101010 |
Color Harmonies of #99CF07
Complementary color
Monochromatic Colors of #99CF07
Black with #99CF07
Text Example
Text Example
White with #99CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF07; }
p { color: rgb(153,207,7); }
H1.HeaderClassName
{
color: #99CF07;
}
.AnyTagClassName
{
color: #99CF07;
}
</style>
background-color css
<style>
a { background-color: #99CF07; }
a { background-color: rgb(153,207,7); }
div.DivClassName
{
background-color: #99CF07;
}
.BgClassName
{
background-color: #99CF07;
}
</style>
border-color css
<style>
span { border-color: #99CF07; }
span { border-color: rgb(153,207,7); }
td.TdClassName
{
border-color: #99CF07;
}
.TagClassName
{
border-color: #99CF07;
}
</style>