Shades of Citrus #8FCB00
Tints of Citrus #8FCB00
RGB
CMYK
RGB Variations
Color information
#8FCB00 (or 0x8FCB00) is known color: Citrus. HEX triplet: 8F, CB and 00. RGB value is (143,203,0). Sum of RGB (Red+Green+Blue) = 143+203+0=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCB00 is #7034FF. Grayscale: #A2A2A2. Windows color (decimal): -7353600 or 52111. OLE color: 52111.
HSL color Cylindrical-coordinate representation of color #8FCB00: hue angle of 77.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FCB00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.20 |
| HSL | 77.73º | 1% | 0.4% | - |
| HSV(B) | 77.73º | 1% | 0.8% | - |
| XYZ | 32.68 | 48.55 | 7.65 | - |
| YUV | 161.92 | 36.62 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 0 | 0.30 | 0 | 1 | 0.20 | 77.73 | 1 | 0.4 |
| Hex | 8F | CB | 0 | 1E | 0 | 64 | 14 | 4E | 64 | 28 |
| Octal | 217 | 313 | 0 | 36 | 0 | 144 | 24 | 116 | 144 | 50 |
| Binary | 10001111 | 11001011 | 0 | 11110 | 0 | 1100100 | 10100 | 1001110 | 1100100 | 101000 |
Color Harmonies of #8FCB00
Complementary color
Monochromatic Colors of #8FCB00
Black with #8FCB00
Text Example
Text Example
White with #8FCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB00; }
p { color: rgb(143,203,0); }
H1.HeaderClassName
{
color: #8FCB00;
}
.AnyTagClassName
{
color: #8FCB00;
}
</style>
background-color css
<style>
a { background-color: #8FCB00; }
a { background-color: rgb(143,203,0); }
div.DivClassName
{
background-color: #8FCB00;
}
.BgClassName
{
background-color: #8FCB00;
}
</style>
border-color css
<style>
span { border-color: #8FCB00; }
span { border-color: rgb(143,203,0); }
td.TdClassName
{
border-color: #8FCB00;
}
.TagClassName
{
border-color: #8FCB00;
}
</style>