Shades of Citrus #8FC810
Tints of Citrus #8FC810
RGB
CMYK
RGB Variations
Color information
#8FC810 (or 0x8FC810) is known color: Citrus. HEX triplet: 8F, C8 and 10. RGB value is (143,200,16). Sum of RGB (Red+Green+Blue) = 143+200+16=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC810 is #7037EF. Grayscale: #A2A2A2. Windows color (decimal): -7354352 or 1099919. OLE color: 1099919.
HSL color Cylindrical-coordinate representation of color #8FC810: hue angle of 78.59º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FC810 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 16 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.22 |
| HSL | 78.59º | 0.85% | 0.42% | - |
| HSV(B) | 78.59º | 0.92% | 0.78% | - |
| XYZ | 32.08 | 47.19 | 7.91 | - |
| YUV | 161.98 | 45.62 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 16 | 0.28 | 0 | 0.92 | 0.22 | 78.59 | 0.85 | 0.42 |
| Hex | 8F | C8 | 10 | 1C | 0 | 5C | 16 | 4F | 55 | 2A |
| Octal | 217 | 310 | 20 | 34 | 0 | 134 | 26 | 117 | 125 | 52 |
| Binary | 10001111 | 11001000 | 10000 | 11100 | 0 | 1011100 | 10110 | 1001111 | 1010101 | 101010 |
Color Harmonies of #8FC810
Complementary color
Monochromatic Colors of #8FC810
Black with #8FC810
Text Example
Text Example
White with #8FC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC810; }
p { color: rgb(143,200,16); }
H1.HeaderClassName
{
color: #8FC810;
}
.AnyTagClassName
{
color: #8FC810;
}
</style>
background-color css
<style>
a { background-color: #8FC810; }
a { background-color: rgb(143,200,16); }
div.DivClassName
{
background-color: #8FC810;
}
.BgClassName
{
background-color: #8FC810;
}
</style>
border-color css
<style>
span { border-color: #8FC810; }
span { border-color: rgb(143,200,16); }
td.TdClassName
{
border-color: #8FC810;
}
.TagClassName
{
border-color: #8FC810;
}
</style>