Shades of Citrus #8FD601
Tints of Citrus #8FD601
RGB
CMYK
RGB Variations
Color information
#8FD601 (or 0x8FD601) is known color: Citrus. HEX triplet: 8F, D6 and 01. RGB value is (143,214,1). Sum of RGB (Red+Green+Blue) = 143+214+1=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD601 is #7029FE. Grayscale: #A9A9A9. Windows color (decimal): -7350783 or 120463. OLE color: 120463.
HSL color Cylindrical-coordinate representation of color #8FD601: hue angle of 80º 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 #8FD601 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.16 |
| HSL | 80º | 0.99% | 0.42% | - |
| HSV(B) | 80º | 1% | 0.84% | - |
| XYZ | 35.38 | 53.93 | 8.57 | - |
| YUV | 168.49 | 33.48 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 1 | 0.33 | 0 | 1.00 | 0.16 | 80 | 0.99 | 0.42 |
| Hex | 8F | D6 | 1 | 21 | 0 | 64 | 10 | 50 | 63 | 2A |
| Octal | 217 | 326 | 1 | 41 | 0 | 144 | 20 | 120 | 143 | 52 |
| Binary | 10001111 | 11010110 | 1 | 100001 | 0 | 1100100 | 10000 | 1010000 | 1100011 | 101010 |
Color Harmonies of #8FD601
Complementary color
Monochromatic Colors of #8FD601
Black with #8FD601
Text Example
Text Example
White with #8FD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD601; }
p { color: rgb(143,214,1); }
H1.HeaderClassName
{
color: #8FD601;
}
.AnyTagClassName
{
color: #8FD601;
}
</style>
background-color css
<style>
a { background-color: #8FD601; }
a { background-color: rgb(143,214,1); }
div.DivClassName
{
background-color: #8FD601;
}
.BgClassName
{
background-color: #8FD601;
}
</style>
border-color css
<style>
span { border-color: #8FD601; }
span { border-color: rgb(143,214,1); }
td.TdClassName
{
border-color: #8FD601;
}
.TagClassName
{
border-color: #8FD601;
}
</style>