Shades of Citrus #8FCE00
Tints of Citrus #8FCE00
RGB
CMYK
RGB Variations
Color information
#8FCE00 (or 0x8FCE00) is known color: Citrus. HEX triplet: 8F, CE and 00. RGB value is (143,206,0). Sum of RGB (Red+Green+Blue) = 143+206+0=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCE00 is #7031FF. Grayscale: #A4A4A4. Windows color (decimal): -7352832 or 52879. OLE color: 52879.
HSL color Cylindrical-coordinate representation of color #8FCE00: hue angle of 78.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FCE00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.19 |
| HSL | 78.35º | 1% | 0.4% | - |
| HSV(B) | 78.35º | 1% | 0.81% | - |
| XYZ | 33.4 | 49.98 | 7.89 | - |
| YUV | 163.68 | 35.63 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 0 | 0.31 | 0 | 1 | 0.19 | 78.35 | 1 | 0.4 |
| Hex | 8F | CE | 0 | 1F | 0 | 64 | 13 | 4E | 64 | 28 |
| Octal | 217 | 316 | 0 | 37 | 0 | 144 | 23 | 116 | 144 | 50 |
| Binary | 10001111 | 11001110 | 0 | 11111 | 0 | 1100100 | 10011 | 1001110 | 1100100 | 101000 |
Color Harmonies of #8FCE00
Complementary color
Monochromatic Colors of #8FCE00
Black with #8FCE00
Text Example
Text Example
White with #8FCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCE00; }
p { color: rgb(143,206,0); }
H1.HeaderClassName
{
color: #8FCE00;
}
.AnyTagClassName
{
color: #8FCE00;
}
</style>
background-color css
<style>
a { background-color: #8FCE00; }
a { background-color: rgb(143,206,0); }
div.DivClassName
{
background-color: #8FCE00;
}
.BgClassName
{
background-color: #8FCE00;
}
</style>
border-color css
<style>
span { border-color: #8FCE00; }
span { border-color: rgb(143,206,0); }
td.TdClassName
{
border-color: #8FCE00;
}
.TagClassName
{
border-color: #8FCE00;
}
</style>