Shades of Citrus #8FD500
Tints of Citrus #8FD500
RGB
CMYK
RGB Variations
Color information
#8FD500 (or 0x8FD500) is known color: Citrus. HEX triplet: 8F, D5 and 00. RGB value is (143,213,0). Sum of RGB (Red+Green+Blue) = 143+213+0=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD500 is #702AFF. Grayscale: #A8A8A8. Windows color (decimal): -7351040 or 54671. OLE color: 54671.
HSL color Cylindrical-coordinate representation of color #8FD500: hue angle of 79.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FD500 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.16 |
| HSL | 79.72º | 1% | 0.42% | - |
| HSV(B) | 79.72º | 1% | 0.84% | - |
| XYZ | 35.12 | 53.43 | 8.46 | - |
| YUV | 167.79 | 33.31 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 0 | 0.33 | 0 | 1 | 0.16 | 79.72 | 1 | 0.42 |
| Hex | 8F | D5 | 0 | 21 | 0 | 64 | 10 | 50 | 64 | 2A |
| Octal | 217 | 325 | 0 | 41 | 0 | 144 | 20 | 120 | 144 | 52 |
| Binary | 10001111 | 11010101 | 0 | 100001 | 0 | 1100100 | 10000 | 1010000 | 1100100 | 101010 |
Color Harmonies of #8FD500
Complementary color
Monochromatic Colors of #8FD500
Black with #8FD500
Text Example
Text Example
White with #8FD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD500; }
p { color: rgb(143,213,0); }
H1.HeaderClassName
{
color: #8FD500;
}
.AnyTagClassName
{
color: #8FD500;
}
</style>
background-color css
<style>
a { background-color: #8FD500; }
a { background-color: rgb(143,213,0); }
div.DivClassName
{
background-color: #8FD500;
}
.BgClassName
{
background-color: #8FD500;
}
</style>
border-color css
<style>
span { border-color: #8FD500; }
span { border-color: rgb(143,213,0); }
td.TdClassName
{
border-color: #8FD500;
}
.TagClassName
{
border-color: #8FD500;
}
</style>