Shades of Citrus #8FC505
Tints of Citrus #8FC505
RGB
CMYK
RGB Variations
Color information
#8FC505 (or 0x8FC505) is known color: Citrus. HEX triplet: 8F, C5 and 05. RGB value is (143,197,5). Sum of RGB (Red+Green+Blue) = 143+197+5=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC505 is #703AFA. Grayscale: #9F9F9F. Windows color (decimal): -7355131 or 378255. OLE color: 378255.
HSL color Cylindrical-coordinate representation of color #8FC505: hue angle of 76.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FC505 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.23 |
| HSL | 76.88º | 0.95% | 0.4% | - |
| HSV(B) | 76.88º | 0.97% | 0.77% | - |
| XYZ | 31.32 | 45.78 | 7.33 | - |
| YUV | 158.97 | 41.11 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 5 | 0.27 | 0 | 0.97 | 0.23 | 76.88 | 0.95 | 0.4 |
| Hex | 8F | C5 | 5 | 1B | 0 | 61 | 17 | 4D | 5F | 28 |
| Octal | 217 | 305 | 5 | 33 | 0 | 141 | 27 | 115 | 137 | 50 |
| Binary | 10001111 | 11000101 | 101 | 11011 | 0 | 1100001 | 10111 | 1001101 | 1011111 | 101000 |
Color Harmonies of #8FC505
Complementary color
Monochromatic Colors of #8FC505
Black with #8FC505
Text Example
Text Example
White with #8FC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC505; }
p { color: rgb(143,197,5); }
H1.HeaderClassName
{
color: #8FC505;
}
.AnyTagClassName
{
color: #8FC505;
}
</style>
background-color css
<style>
a { background-color: #8FC505; }
a { background-color: rgb(143,197,5); }
div.DivClassName
{
background-color: #8FC505;
}
.BgClassName
{
background-color: #8FC505;
}
</style>
border-color css
<style>
span { border-color: #8FC505; }
span { border-color: rgb(143,197,5); }
td.TdClassName
{
border-color: #8FC505;
}
.TagClassName
{
border-color: #8FC505;
}
</style>