Shades of Citrus #8FD302
Tints of Citrus #8FD302
RGB
CMYK
RGB Variations
Color information
#8FD302 (or 0x8FD302) is known color: Citrus. HEX triplet: 8F, D3 and 02. RGB value is (143,211,2). Sum of RGB (Red+Green+Blue) = 143+211+2=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD302 is #702CFD. Grayscale: #A7A7A7. Windows color (decimal): -7351550 or 185231. OLE color: 185231.
HSL color Cylindrical-coordinate representation of color #8FD302: hue angle of 79.52º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FD302 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.17 |
| HSL | 79.52º | 0.98% | 0.42% | - |
| HSV(B) | 79.52º | 0.99% | 0.83% | - |
| XYZ | 34.63 | 52.43 | 8.35 | - |
| YUV | 166.84 | 34.97 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 2 | 0.32 | 0 | 0.99 | 0.17 | 79.52 | 0.98 | 0.42 |
| Hex | 8F | D3 | 2 | 20 | 0 | 63 | 11 | 50 | 62 | 2A |
| Octal | 217 | 323 | 2 | 40 | 0 | 143 | 21 | 120 | 142 | 52 |
| Binary | 10001111 | 11010011 | 10 | 100000 | 0 | 1100011 | 10001 | 1010000 | 1100010 | 101010 |
Color Harmonies of #8FD302
Complementary color
Monochromatic Colors of #8FD302
Black with #8FD302
Text Example
Text Example
White with #8FD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD302; }
p { color: rgb(143,211,2); }
H1.HeaderClassName
{
color: #8FD302;
}
.AnyTagClassName
{
color: #8FD302;
}
</style>
background-color css
<style>
a { background-color: #8FD302; }
a { background-color: rgb(143,211,2); }
div.DivClassName
{
background-color: #8FD302;
}
.BgClassName
{
background-color: #8FD302;
}
</style>
border-color css
<style>
span { border-color: #8FD302; }
span { border-color: rgb(143,211,2); }
td.TdClassName
{
border-color: #8FD302;
}
.TagClassName
{
border-color: #8FD302;
}
</style>