Shades of Citrus #8FC807
Tints of Citrus #8FC807
RGB
CMYK
RGB Variations
Color information
#8FC807 (or 0x8FC807) is known color: Citrus. HEX triplet: 8F, C8 and 07. RGB value is (143,200,7). Sum of RGB (Red+Green+Blue) = 143+200+7=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC807 is #7037F8. Grayscale: #A1A1A1. Windows color (decimal): -7354361 or 510095. OLE color: 510095.
HSL color Cylindrical-coordinate representation of color #8FC807: hue angle of 77.72º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FC807 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 7 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.22 |
| HSL | 77.72º | 0.93% | 0.41% | - |
| HSV(B) | 77.72º | 0.97% | 0.78% | - |
| XYZ | 32.02 | 47.16 | 7.62 | - |
| YUV | 160.96 | 41.12 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 7 | 0.28 | 0 | 0.96 | 0.22 | 77.72 | 0.93 | 0.41 |
| Hex | 8F | C8 | 7 | 1C | 0 | 60 | 16 | 4E | 5D | 29 |
| Octal | 217 | 310 | 7 | 34 | 0 | 140 | 26 | 116 | 135 | 51 |
| Binary | 10001111 | 11001000 | 111 | 11100 | 0 | 1100000 | 10110 | 1001110 | 1011101 | 101001 |
Color Harmonies of #8FC807
Complementary color
Monochromatic Colors of #8FC807
Black with #8FC807
Text Example
Text Example
White with #8FC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC807; }
p { color: rgb(143,200,7); }
H1.HeaderClassName
{
color: #8FC807;
}
.AnyTagClassName
{
color: #8FC807;
}
</style>
background-color css
<style>
a { background-color: #8FC807; }
a { background-color: rgb(143,200,7); }
div.DivClassName
{
background-color: #8FC807;
}
.BgClassName
{
background-color: #8FC807;
}
</style>
border-color css
<style>
span { border-color: #8FC807; }
span { border-color: rgb(143,200,7); }
td.TdClassName
{
border-color: #8FC807;
}
.TagClassName
{
border-color: #8FC807;
}
</style>