Shades of Citrus #8FD502
Tints of Citrus #8FD502
RGB
CMYK
RGB Variations
Color information
#8FD502 (or 0x8FD502) is known color: Citrus. HEX triplet: 8F, D5 and 02. RGB value is (143,213,2). Sum of RGB (Red+Green+Blue) = 143+213+2=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD502 is #702AFD. Grayscale: #A8A8A8. Windows color (decimal): -7351038 or 185743. OLE color: 185743.
HSL color Cylindrical-coordinate representation of color #8FD502: hue angle of 79.91º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FD502 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.16 |
| HSL | 79.91º | 0.98% | 0.42% | - |
| HSV(B) | 79.91º | 0.99% | 0.84% | - |
| XYZ | 35.13 | 53.43 | 8.52 | - |
| YUV | 168.02 | 34.31 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 2 | 0.33 | 0 | 0.99 | 0.16 | 79.91 | 0.98 | 0.42 |
| Hex | 8F | D5 | 2 | 21 | 0 | 63 | 10 | 50 | 62 | 2A |
| Octal | 217 | 325 | 2 | 41 | 0 | 143 | 20 | 120 | 142 | 52 |
| Binary | 10001111 | 11010101 | 10 | 100001 | 0 | 1100011 | 10000 | 1010000 | 1100010 | 101010 |
Color Harmonies of #8FD502
Complementary color
Monochromatic Colors of #8FD502
Black with #8FD502
Text Example
Text Example
White with #8FD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD502; }
p { color: rgb(143,213,2); }
H1.HeaderClassName
{
color: #8FD502;
}
.AnyTagClassName
{
color: #8FD502;
}
</style>
background-color css
<style>
a { background-color: #8FD502; }
a { background-color: rgb(143,213,2); }
div.DivClassName
{
background-color: #8FD502;
}
.BgClassName
{
background-color: #8FD502;
}
</style>
border-color css
<style>
span { border-color: #8FD502; }
span { border-color: rgb(143,213,2); }
td.TdClassName
{
border-color: #8FD502;
}
.TagClassName
{
border-color: #8FD502;
}
</style>