Shades of Citrus #8FB60D
Tints of Citrus #8FB60D
RGB
CMYK
RGB Variations
Color information
#8FB60D (or 0x8FB60D) is known color: Citrus. HEX triplet: 8F, B6 and 0D. RGB value is (143,182,13). Sum of RGB (Red+Green+Blue) = 143+182+13=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB60D is #7049F2. Grayscale: #979797. Windows color (decimal): -7358963 or 898703. OLE color: 898703.
HSL color Cylindrical-coordinate representation of color #8FB60D: hue angle of 73.85º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FB60D is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 13 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.29 |
| HSL | 73.85º | 0.87% | 0.38% | - |
| HSV(B) | 73.85º | 0.93% | 0.71% | - |
| XYZ | 28.13 | 39.32 | 6.49 | - |
| YUV | 151.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 13 | 0.21 | 0 | 0.93 | 0.29 | 73.85 | 0.87 | 0.38 |
| Hex | 8F | B6 | D | 15 | 0 | 5D | 1D | 4A | 57 | 26 |
| Octal | 217 | 266 | 15 | 25 | 0 | 135 | 35 | 112 | 127 | 46 |
| Binary | 10001111 | 10110110 | 1101 | 10101 | 0 | 1011101 | 11101 | 1001010 | 1010111 | 100110 |
Color Harmonies of #8FB60D
Complementary color
Monochromatic Colors of #8FB60D
Black with #8FB60D
Text Example
Text Example
White with #8FB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB60D; }
p { color: rgb(143,182,13); }
H1.HeaderClassName
{
color: #8FB60D;
}
.AnyTagClassName
{
color: #8FB60D;
}
</style>
background-color css
<style>
a { background-color: #8FB60D; }
a { background-color: rgb(143,182,13); }
div.DivClassName
{
background-color: #8FB60D;
}
.BgClassName
{
background-color: #8FB60D;
}
</style>
border-color css
<style>
span { border-color: #8FB60D; }
span { border-color: rgb(143,182,13); }
td.TdClassName
{
border-color: #8FB60D;
}
.TagClassName
{
border-color: #8FB60D;
}
</style>