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