Shades of Citrus #8FD20F
Tints of Citrus #8FD20F
RGB
CMYK
RGB Variations
Color information
#8FD20F (or 0x8FD20F) is known color: Citrus. HEX triplet: 8F, D2 and 0F. RGB value is (143,210,15). Sum of RGB (Red+Green+Blue) = 143+210+15=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD20F is #702DF0. Grayscale: #A8A8A8. Windows color (decimal): -7351793 or 1036943. OLE color: 1036943.
HSL color Cylindrical-coordinate representation of color #8FD20F: hue angle of 80.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FD20F is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 15 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.18 |
| HSL | 80.62º | 0.87% | 0.44% | - |
| HSV(B) | 80.62º | 0.93% | 0.82% | - |
| XYZ | 34.46 | 51.97 | 8.67 | - |
| YUV | 167.74 | 41.8 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 15 | 0.32 | 0 | 0.93 | 0.18 | 80.62 | 0.87 | 0.44 |
| Hex | 8F | D2 | F | 20 | 0 | 5D | 12 | 51 | 57 | 2C |
| Octal | 217 | 322 | 17 | 40 | 0 | 135 | 22 | 121 | 127 | 54 |
| Binary | 10001111 | 11010010 | 1111 | 100000 | 0 | 1011101 | 10010 | 1010001 | 1010111 | 101100 |
Color Harmonies of #8FD20F
Complementary color
Monochromatic Colors of #8FD20F
Black with #8FD20F
Text Example
Text Example
White with #8FD20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD20F; }
p { color: rgb(143,210,15); }
H1.HeaderClassName
{
color: #8FD20F;
}
.AnyTagClassName
{
color: #8FD20F;
}
</style>
background-color css
<style>
a { background-color: #8FD20F; }
a { background-color: rgb(143,210,15); }
div.DivClassName
{
background-color: #8FD20F;
}
.BgClassName
{
background-color: #8FD20F;
}
</style>
border-color css
<style>
span { border-color: #8FD20F; }
span { border-color: rgb(143,210,15); }
td.TdClassName
{
border-color: #8FD20F;
}
.TagClassName
{
border-color: #8FD20F;
}
</style>