Shades of Citrus #8FC213
Tints of Citrus #8FC213
RGB
CMYK
RGB Variations
Color information
#8FC213 (or 0x8FC213) is known color: Citrus. HEX triplet: 8F, C2 and 13. RGB value is (143,194,19). Sum of RGB (Red+Green+Blue) = 143+194+19=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC213 is #703DEC. Grayscale: #9F9F9F. Windows color (decimal): -7355885 or 1294991. OLE color: 1294991.
HSL color Cylindrical-coordinate representation of color #8FC213: hue angle of 77.49º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FC213 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 19 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.24 |
| HSL | 77.49º | 0.82% | 0.42% | - |
| HSV(B) | 77.49º | 0.9% | 0.76% | - |
| XYZ | 30.74 | 44.47 | 7.58 | - |
| YUV | 158.8 | 49.1 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 19 | 0.26 | 0 | 0.90 | 0.24 | 77.49 | 0.82 | 0.42 |
| Hex | 8F | C2 | 13 | 1A | 0 | 5A | 18 | 4D | 52 | 2A |
| Octal | 217 | 302 | 23 | 32 | 0 | 132 | 30 | 115 | 122 | 52 |
| Binary | 10001111 | 11000010 | 10011 | 11010 | 0 | 1011010 | 11000 | 1001101 | 1010010 | 101010 |
Color Harmonies of #8FC213
Complementary color
Monochromatic Colors of #8FC213
Black with #8FC213
Text Example
Text Example
White with #8FC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC213; }
p { color: rgb(143,194,19); }
H1.HeaderClassName
{
color: #8FC213;
}
.AnyTagClassName
{
color: #8FC213;
}
</style>
background-color css
<style>
a { background-color: #8FC213; }
a { background-color: rgb(143,194,19); }
div.DivClassName
{
background-color: #8FC213;
}
.BgClassName
{
background-color: #8FC213;
}
</style>
border-color css
<style>
span { border-color: #8FC213; }
span { border-color: rgb(143,194,19); }
td.TdClassName
{
border-color: #8FC213;
}
.TagClassName
{
border-color: #8FC213;
}
</style>