Shades of Citrus #8FC813
Tints of Citrus #8FC813
RGB
CMYK
RGB Variations
Color information
#8FC813 (or 0x8FC813) is known color: Citrus. HEX triplet: 8F, C8 and 13. RGB value is (143,200,19). Sum of RGB (Red+Green+Blue) = 143+200+19=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC813 is #7037EC. Grayscale: #A2A2A2. Windows color (decimal): -7354349 or 1296527. OLE color: 1296527.
HSL color Cylindrical-coordinate representation of color #8FC813: hue angle of 78.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FC813 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 19 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.22 |
| HSL | 78.9º | 0.83% | 0.43% | - |
| HSV(B) | 78.9º | 0.91% | 0.78% | - |
| XYZ | 32.1 | 47.2 | 8.03 | - |
| YUV | 162.32 | 47.12 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 19 | 0.28 | 0 | 0.90 | 0.22 | 78.9 | 0.83 | 0.43 |
| Hex | 8F | C8 | 13 | 1C | 0 | 5A | 16 | 4F | 53 | 2B |
| Octal | 217 | 310 | 23 | 34 | 0 | 132 | 26 | 117 | 123 | 53 |
| Binary | 10001111 | 11001000 | 10011 | 11100 | 0 | 1011010 | 10110 | 1001111 | 1010011 | 101011 |
Color Harmonies of #8FC813
Complementary color
Monochromatic Colors of #8FC813
Black with #8FC813
Text Example
Text Example
White with #8FC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC813; }
p { color: rgb(143,200,19); }
H1.HeaderClassName
{
color: #8FC813;
}
.AnyTagClassName
{
color: #8FC813;
}
</style>
background-color css
<style>
a { background-color: #8FC813; }
a { background-color: rgb(143,200,19); }
div.DivClassName
{
background-color: #8FC813;
}
.BgClassName
{
background-color: #8FC813;
}
</style>
border-color css
<style>
span { border-color: #8FC813; }
span { border-color: rgb(143,200,19); }
td.TdClassName
{
border-color: #8FC813;
}
.TagClassName
{
border-color: #8FC813;
}
</style>