Shades of Citrus #8FCB0D
Tints of Citrus #8FCB0D
RGB
CMYK
RGB Variations
Color information
#8FCB0D (or 0x8FCB0D) is known color: Citrus. HEX triplet: 8F, CB and 0D. RGB value is (143,203,13). Sum of RGB (Red+Green+Blue) = 143+203+13=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCB0D is #7034F2. Grayscale: #A4A4A4. Windows color (decimal): -7353587 or 904079. OLE color: 904079.
HSL color Cylindrical-coordinate representation of color #8FCB0D: hue angle of 78.95º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FCB0D is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 13 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.20 |
| HSL | 78.95º | 0.88% | 0.42% | - |
| HSV(B) | 78.95º | 0.94% | 0.8% | - |
| XYZ | 32.76 | 48.58 | 8.03 | - |
| YUV | 163.4 | 43.12 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 13 | 0.30 | 0 | 0.94 | 0.20 | 78.95 | 0.88 | 0.42 |
| Hex | 8F | CB | D | 1E | 0 | 5E | 14 | 4F | 58 | 2A |
| Octal | 217 | 313 | 15 | 36 | 0 | 136 | 24 | 117 | 130 | 52 |
| Binary | 10001111 | 11001011 | 1101 | 11110 | 0 | 1011110 | 10100 | 1001111 | 1011000 | 101010 |
Color Harmonies of #8FCB0D
Complementary color
Monochromatic Colors of #8FCB0D
Black with #8FCB0D
Text Example
Text Example
White with #8FCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB0D; }
p { color: rgb(143,203,13); }
H1.HeaderClassName
{
color: #8FCB0D;
}
.AnyTagClassName
{
color: #8FCB0D;
}
</style>
background-color css
<style>
a { background-color: #8FCB0D; }
a { background-color: rgb(143,203,13); }
div.DivClassName
{
background-color: #8FCB0D;
}
.BgClassName
{
background-color: #8FCB0D;
}
</style>
border-color css
<style>
span { border-color: #8FCB0D; }
span { border-color: rgb(143,203,13); }
td.TdClassName
{
border-color: #8FCB0D;
}
.TagClassName
{
border-color: #8FCB0D;
}
</style>