Shades of Citrus #8FD306
Tints of Citrus #8FD306
RGB
CMYK
RGB Variations
Color information
#8FD306 (or 0x8FD306) is known color: Citrus. HEX triplet: 8F, D3 and 06. RGB value is (143,211,6). Sum of RGB (Red+Green+Blue) = 143+211+6=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD306 is #702CF9. Grayscale: #A8A8A8. Windows color (decimal): -7351546 or 447375. OLE color: 447375.
HSL color Cylindrical-coordinate representation of color #8FD306: hue angle of 79.9º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FD306 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 6 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.17 |
| HSL | 79.9º | 0.94% | 0.43% | - |
| HSV(B) | 79.9º | 0.97% | 0.83% | - |
| XYZ | 34.65 | 52.44 | 8.47 | - |
| YUV | 167.3 | 36.97 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 6 | 0.32 | 0 | 0.97 | 0.17 | 79.9 | 0.94 | 0.43 |
| Hex | 8F | D3 | 6 | 20 | 0 | 61 | 11 | 50 | 5E | 2B |
| Octal | 217 | 323 | 6 | 40 | 0 | 141 | 21 | 120 | 136 | 53 |
| Binary | 10001111 | 11010011 | 110 | 100000 | 0 | 1100001 | 10001 | 1010000 | 1011110 | 101011 |
Color Harmonies of #8FD306
Complementary color
Monochromatic Colors of #8FD306
Black with #8FD306
Text Example
Text Example
White with #8FD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD306; }
p { color: rgb(143,211,6); }
H1.HeaderClassName
{
color: #8FD306;
}
.AnyTagClassName
{
color: #8FD306;
}
</style>
background-color css
<style>
a { background-color: #8FD306; }
a { background-color: rgb(143,211,6); }
div.DivClassName
{
background-color: #8FD306;
}
.BgClassName
{
background-color: #8FD306;
}
</style>
border-color css
<style>
span { border-color: #8FD306; }
span { border-color: rgb(143,211,6); }
td.TdClassName
{
border-color: #8FD306;
}
.TagClassName
{
border-color: #8FD306;
}
</style>