Shades of Citrus #8FC008
Tints of Citrus #8FC008
RGB
CMYK
RGB Variations
Color information
#8FC008 (or 0x8FC008) is known color: Citrus. HEX triplet: 8F, C0 and 08. RGB value is (143,192,8). Sum of RGB (Red+Green+Blue) = 143+192+8=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC008 is #703FF7. Grayscale: #9D9D9D. Windows color (decimal): -7356408 or 573583. OLE color: 573583.
HSL color Cylindrical-coordinate representation of color #8FC008: hue angle of 75.98º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FC008 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.25 |
| HSL | 75.98º | 0.92% | 0.39% | - |
| HSV(B) | 75.98º | 0.96% | 0.75% | - |
| XYZ | 30.22 | 43.56 | 7.04 | - |
| YUV | 156.37 | 44.27 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 8 | 0.26 | 0 | 0.96 | 0.25 | 75.98 | 0.92 | 0.39 |
| Hex | 8F | C0 | 8 | 1A | 0 | 60 | 19 | 4C | 5C | 27 |
| Octal | 217 | 300 | 10 | 32 | 0 | 140 | 31 | 114 | 134 | 47 |
| Binary | 10001111 | 11000000 | 1000 | 11010 | 0 | 1100000 | 11001 | 1001100 | 1011100 | 100111 |
Color Harmonies of #8FC008
Complementary color
Monochromatic Colors of #8FC008
Black with #8FC008
Text Example
Text Example
White with #8FC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC008; }
p { color: rgb(143,192,8); }
H1.HeaderClassName
{
color: #8FC008;
}
.AnyTagClassName
{
color: #8FC008;
}
</style>
background-color css
<style>
a { background-color: #8FC008; }
a { background-color: rgb(143,192,8); }
div.DivClassName
{
background-color: #8FC008;
}
.BgClassName
{
background-color: #8FC008;
}
</style>
border-color css
<style>
span { border-color: #8FC008; }
span { border-color: rgb(143,192,8); }
td.TdClassName
{
border-color: #8FC008;
}
.TagClassName
{
border-color: #8FC008;
}
</style>