Shades of Citrus #8FC80D
Tints of Citrus #8FC80D
RGB
CMYK
RGB Variations
Color information
#8FC80D (or 0x8FC80D) is known color: Citrus. HEX triplet: 8F, C8 and 0D. RGB value is (143,200,13). Sum of RGB (Red+Green+Blue) = 143+200+13=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC80D is #7037F2. Grayscale: #A2A2A2. Windows color (decimal): -7354355 or 903311. OLE color: 903311.
HSL color Cylindrical-coordinate representation of color #8FC80D: hue angle of 78.29º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FC80D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.22 |
| HSL | 78.29º | 0.88% | 0.42% | - |
| HSV(B) | 78.29º | 0.94% | 0.78% | - |
| XYZ | 32.05 | 47.18 | 7.8 | - |
| YUV | 161.64 | 44.12 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 13 | 0.28 | 0 | 0.94 | 0.22 | 78.29 | 0.88 | 0.42 |
| Hex | 8F | C8 | D | 1C | 0 | 5E | 16 | 4E | 58 | 2A |
| Octal | 217 | 310 | 15 | 34 | 0 | 136 | 26 | 116 | 130 | 52 |
| Binary | 10001111 | 11001000 | 1101 | 11100 | 0 | 1011110 | 10110 | 1001110 | 1011000 | 101010 |
Color Harmonies of #8FC80D
Complementary color
Monochromatic Colors of #8FC80D
Black with #8FC80D
Text Example
Text Example
White with #8FC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC80D; }
p { color: rgb(143,200,13); }
H1.HeaderClassName
{
color: #8FC80D;
}
.AnyTagClassName
{
color: #8FC80D;
}
</style>
background-color css
<style>
a { background-color: #8FC80D; }
a { background-color: rgb(143,200,13); }
div.DivClassName
{
background-color: #8FC80D;
}
.BgClassName
{
background-color: #8FC80D;
}
</style>
border-color css
<style>
span { border-color: #8FC80D; }
span { border-color: rgb(143,200,13); }
td.TdClassName
{
border-color: #8FC80D;
}
.TagClassName
{
border-color: #8FC80D;
}
</style>