Shades of Citrus #99CE08
Tints of Citrus #99CE08
RGB
CMYK
RGB Variations
Color information
#99CE08 (or 0x99CE08) is known color: Citrus. HEX triplet: 99, CE and 08. RGB value is (153,206,8). Sum of RGB (Red+Green+Blue) = 153+206+8=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE08 is #6631F7. Grayscale: #A8A8A8. Windows color (decimal): -6697464 or 577177. OLE color: 577177.
HSL color Cylindrical-coordinate representation of color #99CE08: hue angle of 76.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99CE08 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.19 |
| HSL | 76.06º | 0.93% | 0.42% | - |
| HSV(B) | 76.06º | 0.96% | 0.81% | - |
| XYZ | 35.25 | 50.93 | 8.2 | - |
| YUV | 167.58 | 37.94 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 8 | 0.26 | 0 | 0.96 | 0.19 | 76.06 | 0.93 | 0.42 |
| Hex | 99 | CE | 8 | 1A | 0 | 60 | 13 | 4C | 5D | 2A |
| Octal | 231 | 316 | 10 | 32 | 0 | 140 | 23 | 114 | 135 | 52 |
| Binary | 10011001 | 11001110 | 1000 | 11010 | 0 | 1100000 | 10011 | 1001100 | 1011101 | 101010 |
Color Harmonies of #99CE08
Complementary color
Monochromatic Colors of #99CE08
Black with #99CE08
Text Example
Text Example
White with #99CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE08; }
p { color: rgb(153,206,8); }
H1.HeaderClassName
{
color: #99CE08;
}
.AnyTagClassName
{
color: #99CE08;
}
</style>
background-color css
<style>
a { background-color: #99CE08; }
a { background-color: rgb(153,206,8); }
div.DivClassName
{
background-color: #99CE08;
}
.BgClassName
{
background-color: #99CE08;
}
</style>
border-color css
<style>
span { border-color: #99CE08; }
span { border-color: rgb(153,206,8); }
td.TdClassName
{
border-color: #99CE08;
}
.TagClassName
{
border-color: #99CE08;
}
</style>