Shades of Citrus #8FCD00
Tints of Citrus #8FCD00
RGB
CMYK
RGB Variations
Color information
#8FCD00 (or 0x8FCD00) is known color: Citrus. HEX triplet: 8F, CD and 00. RGB value is (143,205,0). Sum of RGB (Red+Green+Blue) = 143+205+0=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCD00 is #7032FF. Grayscale: #A3A3A3. Windows color (decimal): -7353088 or 52623. OLE color: 52623.
HSL color Cylindrical-coordinate representation of color #8FCD00: hue angle of 78.15º 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 #8FCD00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.20 |
| HSL | 78.15º | 1% | 0.4% | - |
| HSV(B) | 78.15º | 1% | 0.8% | - |
| XYZ | 33.16 | 49.5 | 7.81 | - |
| YUV | 163.09 | 35.96 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 0 | 0.30 | 0 | 1 | 0.20 | 78.15 | 1 | 0.4 |
| Hex | 8F | CD | 0 | 1E | 0 | 64 | 14 | 4E | 64 | 28 |
| Octal | 217 | 315 | 0 | 36 | 0 | 144 | 24 | 116 | 144 | 50 |
| Binary | 10001111 | 11001101 | 0 | 11110 | 0 | 1100100 | 10100 | 1001110 | 1100100 | 101000 |
Color Harmonies of #8FCD00
Complementary color
Monochromatic Colors of #8FCD00
Black with #8FCD00
Text Example
Text Example
White with #8FCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD00; }
p { color: rgb(143,205,0); }
H1.HeaderClassName
{
color: #8FCD00;
}
.AnyTagClassName
{
color: #8FCD00;
}
</style>
background-color css
<style>
a { background-color: #8FCD00; }
a { background-color: rgb(143,205,0); }
div.DivClassName
{
background-color: #8FCD00;
}
.BgClassName
{
background-color: #8FCD00;
}
</style>
border-color css
<style>
span { border-color: #8FCD00; }
span { border-color: rgb(143,205,0); }
td.TdClassName
{
border-color: #8FCD00;
}
.TagClassName
{
border-color: #8FCD00;
}
</style>