Shades of Citrus #8FC212
Tints of Citrus #8FC212
RGB
CMYK
RGB Variations
Color information
#8FC212 (or 0x8FC212) is known color: Citrus. HEX triplet: 8F, C2 and 12. RGB value is (143,194,18). Sum of RGB (Red+Green+Blue) = 143+194+18=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC212 is #703DED. Grayscale: #9F9F9F. Windows color (decimal): -7355886 or 1229455. OLE color: 1229455.
HSL color Cylindrical-coordinate representation of color #8FC212: hue angle of 77.39º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FC212 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 18 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.24 |
| HSL | 77.39º | 0.83% | 0.42% | - |
| HSV(B) | 77.39º | 0.91% | 0.76% | - |
| XYZ | 30.73 | 44.47 | 7.54 | - |
| YUV | 158.69 | 48.6 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 18 | 0.26 | 0 | 0.91 | 0.24 | 77.39 | 0.83 | 0.42 |
| Hex | 8F | C2 | 12 | 1A | 0 | 5B | 18 | 4D | 53 | 2A |
| Octal | 217 | 302 | 22 | 32 | 0 | 133 | 30 | 115 | 123 | 52 |
| Binary | 10001111 | 11000010 | 10010 | 11010 | 0 | 1011011 | 11000 | 1001101 | 1010011 | 101010 |
Color Harmonies of #8FC212
Complementary color
Monochromatic Colors of #8FC212
Black with #8FC212
Text Example
Text Example
White with #8FC212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC212; }
p { color: rgb(143,194,18); }
H1.HeaderClassName
{
color: #8FC212;
}
.AnyTagClassName
{
color: #8FC212;
}
</style>
background-color css
<style>
a { background-color: #8FC212; }
a { background-color: rgb(143,194,18); }
div.DivClassName
{
background-color: #8FC212;
}
.BgClassName
{
background-color: #8FC212;
}
</style>
border-color css
<style>
span { border-color: #8FC212; }
span { border-color: rgb(143,194,18); }
td.TdClassName
{
border-color: #8FC212;
}
.TagClassName
{
border-color: #8FC212;
}
</style>