Shades of Citrus #8FD30C
Tints of Citrus #8FD30C
RGB
CMYK
RGB Variations
Color information
#8FD30C (or 0x8FD30C) is known color: Citrus. HEX triplet: 8F, D3 and 0C. RGB value is (143,211,12). Sum of RGB (Red+Green+Blue) = 143+211+12=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD30C is #702CF3. Grayscale: #A8A8A8. Windows color (decimal): -7351540 or 840591. OLE color: 840591.
HSL color Cylindrical-coordinate representation of color #8FD30C: hue angle of 80.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FD30C is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 12 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.17 |
| HSL | 80.5º | 0.89% | 0.44% | - |
| HSV(B) | 80.5º | 0.94% | 0.83% | - |
| XYZ | 34.69 | 52.45 | 8.64 | - |
| YUV | 167.98 | 39.97 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 12 | 0.32 | 0 | 0.94 | 0.17 | 80.5 | 0.89 | 0.44 |
| Hex | 8F | D3 | C | 20 | 0 | 5E | 11 | 51 | 59 | 2C |
| Octal | 217 | 323 | 14 | 40 | 0 | 136 | 21 | 121 | 131 | 54 |
| Binary | 10001111 | 11010011 | 1100 | 100000 | 0 | 1011110 | 10001 | 1010001 | 1011001 | 101100 |
Color Harmonies of #8FD30C
Complementary color
Monochromatic Colors of #8FD30C
Black with #8FD30C
Text Example
Text Example
White with #8FD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD30C; }
p { color: rgb(143,211,12); }
H1.HeaderClassName
{
color: #8FD30C;
}
.AnyTagClassName
{
color: #8FD30C;
}
</style>
background-color css
<style>
a { background-color: #8FD30C; }
a { background-color: rgb(143,211,12); }
div.DivClassName
{
background-color: #8FD30C;
}
.BgClassName
{
background-color: #8FD30C;
}
</style>
border-color css
<style>
span { border-color: #8FD30C; }
span { border-color: rgb(143,211,12); }
td.TdClassName
{
border-color: #8FD30C;
}
.TagClassName
{
border-color: #8FD30C;
}
</style>