Shades of Citrus #8FCC00
Tints of Citrus #8FCC00
RGB
CMYK
RGB Variations
Color information
#8FCC00 (or 0x8FCC00) is known color: Citrus. HEX triplet: 8F, CC and 00. RGB value is (143,204,0). Sum of RGB (Red+Green+Blue) = 143+204+0=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCC00 is #7033FF. Grayscale: #A3A3A3. Windows color (decimal): -7353344 or 52367. OLE color: 52367.
HSL color Cylindrical-coordinate representation of color #8FCC00: hue angle of 77.94º 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 #8FCC00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
RGB | 143 | 204 | 0 | - |
CMYK | 0.30 | 0 | 1 | 0.2 |
HSL | 77.94º | 1% | 0.4% | - |
HSV(B) | 77.94º | 1% | 0.8% | - |
XYZ | 32.92 | 49.03 | 7.73 | - |
YUV | 162.51 | 36.29 | 114.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 204 | 0 | 0.30 | 0 | 1 | 0.2 | 77.94 | 1 | 0.4 |
Hex | 8F | CC | 0 | 1E | 0 | 64 | 14 | 4E | 64 | 28 |
Octal | 217 | 314 | 0 | 36 | 0 | 144 | 24 | 116 | 144 | 50 |
Binary | 10001111 | 11001100 | 0 | 11110 | 0 | 1100100 | 10100 | 1001110 | 1100100 | 101000 |
Color Harmonies of #8FCC00
Complementary color
Monochromatic Colors of #8FCC00
Black with #8FCC00
Text Example
Text Example
White with #8FCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC00; }
p { color: rgb(143,204,0); }
H1.HeaderClassName
{
color: #8FCC00;
}
.AnyTagClassName
{
color: #8FCC00;
}
</style>
background-color css
<style>
a { background-color: #8FCC00; }
a { background-color: rgb(143,204,0); }
div.DivClassName
{
background-color: #8FCC00;
}
.BgClassName
{
background-color: #8FCC00;
}
</style>
border-color css
<style>
span { border-color: #8FCC00; }
span { border-color: rgb(143,204,0); }
td.TdClassName
{
border-color: #8FCC00;
}
.TagClassName
{
border-color: #8FCC00;
}
</style>