Shades of Citrus #8FD203
Tints of Citrus #8FD203
RGB
CMYK
RGB Variations
Color information
#8FD203 (or 0x8FD203) is known color: Citrus. HEX triplet: 8F, D2 and 03. RGB value is (143,210,3). Sum of RGB (Red+Green+Blue) = 143+210+3=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD203 is #702DFC. Grayscale: #A7A7A7. Windows color (decimal): -7351805 or 250511. OLE color: 250511.
HSL color Cylindrical-coordinate representation of color #8FD203: hue angle of 79.42º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FD203 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 3 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.18 |
| HSL | 79.42º | 0.97% | 0.42% | - |
| HSV(B) | 79.42º | 0.99% | 0.82% | - |
| XYZ | 34.39 | 51.94 | 8.3 | - |
| YUV | 166.37 | 35.8 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 3 | 0.32 | 0 | 0.99 | 0.18 | 79.42 | 0.97 | 0.42 |
| Hex | 8F | D2 | 3 | 20 | 0 | 63 | 12 | 4F | 61 | 2A |
| Octal | 217 | 322 | 3 | 40 | 0 | 143 | 22 | 117 | 141 | 52 |
| Binary | 10001111 | 11010010 | 11 | 100000 | 0 | 1100011 | 10010 | 1001111 | 1100001 | 101010 |
Color Harmonies of #8FD203
Complementary color
Monochromatic Colors of #8FD203
Black with #8FD203
Text Example
Text Example
White with #8FD203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD203; }
p { color: rgb(143,210,3); }
H1.HeaderClassName
{
color: #8FD203;
}
.AnyTagClassName
{
color: #8FD203;
}
</style>
background-color css
<style>
a { background-color: #8FD203; }
a { background-color: rgb(143,210,3); }
div.DivClassName
{
background-color: #8FD203;
}
.BgClassName
{
background-color: #8FD203;
}
</style>
border-color css
<style>
span { border-color: #8FD203; }
span { border-color: rgb(143,210,3); }
td.TdClassName
{
border-color: #8FD203;
}
.TagClassName
{
border-color: #8FD203;
}
</style>