Shades of Citrus #8FCB08
Tints of Citrus #8FCB08
RGB
CMYK
RGB Variations
Color information
#8FCB08 (or 0x8FCB08) is known color: Citrus. HEX triplet: 8F, CB and 08. RGB value is (143,203,8). Sum of RGB (Red+Green+Blue) = 143+203+8=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCB08 is #7034F7. Grayscale: #A3A3A3. Windows color (decimal): -7353592 or 576399. OLE color: 576399.
HSL color Cylindrical-coordinate representation of color #8FCB08: hue angle of 78.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FCB08 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.20 |
| HSL | 78.46º | 0.92% | 0.41% | - |
| HSV(B) | 78.46º | 0.96% | 0.8% | - |
| XYZ | 32.73 | 48.57 | 7.88 | - |
| YUV | 162.83 | 40.62 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 8 | 0.30 | 0 | 0.96 | 0.20 | 78.46 | 0.92 | 0.41 |
| Hex | 8F | CB | 8 | 1E | 0 | 60 | 14 | 4E | 5C | 29 |
| Octal | 217 | 313 | 10 | 36 | 0 | 140 | 24 | 116 | 134 | 51 |
| Binary | 10001111 | 11001011 | 1000 | 11110 | 0 | 1100000 | 10100 | 1001110 | 1011100 | 101001 |
Color Harmonies of #8FCB08
Complementary color
Monochromatic Colors of #8FCB08
Black with #8FCB08
Text Example
Text Example
White with #8FCB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB08; }
p { color: rgb(143,203,8); }
H1.HeaderClassName
{
color: #8FCB08;
}
.AnyTagClassName
{
color: #8FCB08;
}
</style>
background-color css
<style>
a { background-color: #8FCB08; }
a { background-color: rgb(143,203,8); }
div.DivClassName
{
background-color: #8FCB08;
}
.BgClassName
{
background-color: #8FCB08;
}
</style>
border-color css
<style>
span { border-color: #8FCB08; }
span { border-color: rgb(143,203,8); }
td.TdClassName
{
border-color: #8FCB08;
}
.TagClassName
{
border-color: #8FCB08;
}
</style>