Shades of Citrus #8FD20B
Tints of Citrus #8FD20B
RGB
CMYK
RGB Variations
Color information
#8FD20B (or 0x8FD20B) is known color: Citrus. HEX triplet: 8F, D2 and 0B. RGB value is (143,210,11). Sum of RGB (Red+Green+Blue) = 143+210+11=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 210 (82.42% from 255 or 57.69% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD20B is #702DF4. Grayscale: #A8A8A8. Windows color (decimal): -7351797 or 774799. OLE color: 774799.
HSL color Cylindrical-coordinate representation of color #8FD20B: hue angle of 80.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FD20B is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 11 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.18 |
| HSL | 80.2º | 0.9% | 0.43% | - |
| HSV(B) | 80.2º | 0.95% | 0.82% | - |
| XYZ | 34.43 | 51.96 | 8.53 | - |
| YUV | 167.28 | 39.8 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 11 | 0.32 | 0 | 0.95 | 0.18 | 80.2 | 0.9 | 0.43 |
| Hex | 8F | D2 | B | 20 | 0 | 5F | 12 | 50 | 5A | 2B |
| Octal | 217 | 322 | 13 | 40 | 0 | 137 | 22 | 120 | 132 | 53 |
| Binary | 10001111 | 11010010 | 1011 | 100000 | 0 | 1011111 | 10010 | 1010000 | 1011010 | 101011 |
Color Harmonies of #8FD20B
Complementary color
Monochromatic Colors of #8FD20B
Black with #8FD20B
Text Example
Text Example
White with #8FD20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD20B; }
p { color: rgb(143,210,11); }
H1.HeaderClassName
{
color: #8FD20B;
}
.AnyTagClassName
{
color: #8FD20B;
}
</style>
background-color css
<style>
a { background-color: #8FD20B; }
a { background-color: rgb(143,210,11); }
div.DivClassName
{
background-color: #8FD20B;
}
.BgClassName
{
background-color: #8FD20B;
}
</style>
border-color css
<style>
span { border-color: #8FD20B; }
span { border-color: rgb(143,210,11); }
td.TdClassName
{
border-color: #8FD20B;
}
.TagClassName
{
border-color: #8FD20B;
}
</style>