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