Shades of Citrus #8FC400
Tints of Citrus #8FC400
RGB
CMYK
RGB Variations
Color information
#8FC400 (or 0x8FC400) is known color: Citrus. HEX triplet: 8F, C4 and 00. RGB value is (143,196,0). Sum of RGB (Red+Green+Blue) = 143+196+0=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC400 is #703BFF. Grayscale: #9E9E9E. Windows color (decimal): -7355392 or 50319. OLE color: 50319.
HSL color Cylindrical-coordinate representation of color #8FC400: hue angle of 76.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FC400 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.23 |
| HSL | 76.22º | 1% | 0.38% | - |
| HSV(B) | 76.22º | 1% | 0.77% | - |
| XYZ | 31.07 | 45.32 | 7.11 | - |
| YUV | 157.81 | 38.94 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 0 | 0.27 | 0 | 1 | 0.23 | 76.22 | 1 | 0.38 |
| Hex | 8F | C4 | 0 | 1B | 0 | 64 | 17 | 4C | 64 | 26 |
| Octal | 217 | 304 | 0 | 33 | 0 | 144 | 27 | 114 | 144 | 46 |
| Binary | 10001111 | 11000100 | 0 | 11011 | 0 | 1100100 | 10111 | 1001100 | 1100100 | 100110 |
Color Harmonies of #8FC400
Complementary color
Monochromatic Colors of #8FC400
Black with #8FC400
Text Example
Text Example
White with #8FC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC400; }
p { color: rgb(143,196,0); }
H1.HeaderClassName
{
color: #8FC400;
}
.AnyTagClassName
{
color: #8FC400;
}
</style>
background-color css
<style>
a { background-color: #8FC400; }
a { background-color: rgb(143,196,0); }
div.DivClassName
{
background-color: #8FC400;
}
.BgClassName
{
background-color: #8FC400;
}
</style>
border-color css
<style>
span { border-color: #8FC400; }
span { border-color: rgb(143,196,0); }
td.TdClassName
{
border-color: #8FC400;
}
.TagClassName
{
border-color: #8FC400;
}
</style>