Shades of Citrus #8FC205
Tints of Citrus #8FC205
RGB
CMYK
RGB Variations
Color information
#8FC205 (or 0x8FC205) is known color: Citrus. HEX triplet: 8F, C2 and 05. RGB value is (143,194,5). Sum of RGB (Red+Green+Blue) = 143+194+5=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC205 is #703DFA. Grayscale: #9D9D9D. Windows color (decimal): -7355899 or 377487. OLE color: 377487.
HSL color Cylindrical-coordinate representation of color #8FC205: hue angle of 76.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FC205 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 5 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.24 |
| HSL | 76.19º | 0.95% | 0.39% | - |
| HSV(B) | 76.19º | 0.97% | 0.76% | - |
| XYZ | 30.65 | 44.43 | 7.1 | - |
| YUV | 157.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 5 | 0.26 | 0 | 0.97 | 0.24 | 76.19 | 0.95 | 0.39 |
| Hex | 8F | C2 | 5 | 1A | 0 | 61 | 18 | 4C | 5F | 27 |
| Octal | 217 | 302 | 5 | 32 | 0 | 141 | 30 | 114 | 137 | 47 |
| Binary | 10001111 | 11000010 | 101 | 11010 | 0 | 1100001 | 11000 | 1001100 | 1011111 | 100111 |
Color Harmonies of #8FC205
Complementary color
Monochromatic Colors of #8FC205
Black with #8FC205
Text Example
Text Example
White with #8FC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC205; }
p { color: rgb(143,194,5); }
H1.HeaderClassName
{
color: #8FC205;
}
.AnyTagClassName
{
color: #8FC205;
}
</style>
background-color css
<style>
a { background-color: #8FC205; }
a { background-color: rgb(143,194,5); }
div.DivClassName
{
background-color: #8FC205;
}
.BgClassName
{
background-color: #8FC205;
}
</style>
border-color css
<style>
span { border-color: #8FC205; }
span { border-color: rgb(143,194,5); }
td.TdClassName
{
border-color: #8FC205;
}
.TagClassName
{
border-color: #8FC205;
}
</style>