Shades of Citrus #8FCC01
Tints of Citrus #8FCC01
RGB
CMYK
RGB Variations
Color information
#8FCC01 (or 0x8FCC01) is known color: Citrus. HEX triplet: 8F, CC and 01. RGB value is (143,204,1). Sum of RGB (Red+Green+Blue) = 143+204+1=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCC01 is #7033FE. Grayscale: #A3A3A3. Windows color (decimal): -7353343 or 117903. OLE color: 117903.
HSL color Cylindrical-coordinate representation of color #8FCC01: hue angle of 78.03º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FCC01 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 1 | - |
| CMYK | 0.30 | 0 | 1.00 | 0.2 |
| HSL | 78.03º | 0.99% | 0.4% | - |
| HSV(B) | 78.03º | 1% | 0.8% | - |
| XYZ | 32.93 | 49.03 | 7.76 | - |
| YUV | 162.62 | 36.79 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 1 | 0.30 | 0 | 1.00 | 0.2 | 78.03 | 0.99 | 0.4 |
| Hex | 8F | CC | 1 | 1E | 0 | 64 | 14 | 4E | 63 | 28 |
| Octal | 217 | 314 | 1 | 36 | 0 | 144 | 24 | 116 | 143 | 50 |
| Binary | 10001111 | 11001100 | 1 | 11110 | 0 | 1100100 | 10100 | 1001110 | 1100011 | 101000 |
Color Harmonies of #8FCC01
Complementary color
Monochromatic Colors of #8FCC01
Black with #8FCC01
Text Example
Text Example
White with #8FCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC01; }
p { color: rgb(143,204,1); }
H1.HeaderClassName
{
color: #8FCC01;
}
.AnyTagClassName
{
color: #8FCC01;
}
</style>
background-color css
<style>
a { background-color: #8FCC01; }
a { background-color: rgb(143,204,1); }
div.DivClassName
{
background-color: #8FCC01;
}
.BgClassName
{
background-color: #8FCC01;
}
</style>
border-color css
<style>
span { border-color: #8FCC01; }
span { border-color: rgb(143,204,1); }
td.TdClassName
{
border-color: #8FCC01;
}
.TagClassName
{
border-color: #8FCC01;
}
</style>