Shades of Citrus #8FC202
Tints of Citrus #8FC202
RGB
CMYK
RGB Variations
Color information
#8FC202 (or 0x8FC202) is known color: Citrus. HEX triplet: 8F, C2 and 02. RGB value is (143,194,2). Sum of RGB (Red+Green+Blue) = 143+194+2=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC202 is #703DFD. Grayscale: #9D9D9D. Windows color (decimal): -7355902 or 180879. OLE color: 180879.
HSL color Cylindrical-coordinate representation of color #8FC202: hue angle of 75.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FC202 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.24 |
| HSL | 75.94º | 0.98% | 0.38% | - |
| HSV(B) | 75.94º | 0.99% | 0.76% | - |
| XYZ | 30.63 | 44.43 | 7.02 | - |
| YUV | 156.86 | 40.6 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 2 | 0.26 | 0 | 0.99 | 0.24 | 75.94 | 0.98 | 0.38 |
| Hex | 8F | C2 | 2 | 1A | 0 | 63 | 18 | 4C | 62 | 26 |
| Octal | 217 | 302 | 2 | 32 | 0 | 143 | 30 | 114 | 142 | 46 |
| Binary | 10001111 | 11000010 | 10 | 11010 | 0 | 1100011 | 11000 | 1001100 | 1100010 | 100110 |
Color Harmonies of #8FC202
Complementary color
Monochromatic Colors of #8FC202
Black with #8FC202
Text Example
Text Example
White with #8FC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC202; }
p { color: rgb(143,194,2); }
H1.HeaderClassName
{
color: #8FC202;
}
.AnyTagClassName
{
color: #8FC202;
}
</style>
background-color css
<style>
a { background-color: #8FC202; }
a { background-color: rgb(143,194,2); }
div.DivClassName
{
background-color: #8FC202;
}
.BgClassName
{
background-color: #8FC202;
}
</style>
border-color css
<style>
span { border-color: #8FC202; }
span { border-color: rgb(143,194,2); }
td.TdClassName
{
border-color: #8FC202;
}
.TagClassName
{
border-color: #8FC202;
}
</style>