Shades of Citrus #8FB702
Tints of Citrus #8FB702
RGB
CMYK
RGB Variations
Color information
#8FB702 (or 0x8FB702) is known color: Citrus. HEX triplet: 8F, B7 and 02. RGB value is (143,183,2). Sum of RGB (Red+Green+Blue) = 143+183+2=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB702 is #7048FD. Grayscale: #979797. Windows color (decimal): -7358718 or 178063. OLE color: 178063.
HSL color Cylindrical-coordinate representation of color #8FB702: hue angle of 73.26º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FB702 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.28 |
| HSL | 73.26º | 0.98% | 0.36% | - |
| HSV(B) | 73.26º | 0.99% | 0.72% | - |
| XYZ | 28.27 | 39.71 | 6.23 | - |
| YUV | 150.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 2 | 0.22 | 0 | 0.99 | 0.28 | 73.26 | 0.98 | 0.36 |
| Hex | 8F | B7 | 2 | 16 | 0 | 63 | 1C | 49 | 62 | 24 |
| Octal | 217 | 267 | 2 | 26 | 0 | 143 | 34 | 111 | 142 | 44 |
| Binary | 10001111 | 10110111 | 10 | 10110 | 0 | 1100011 | 11100 | 1001001 | 1100010 | 100100 |
Color Harmonies of #8FB702
Complementary color
Monochromatic Colors of #8FB702
Black with #8FB702
Text Example
Text Example
White with #8FB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB702; }
p { color: rgb(143,183,2); }
H1.HeaderClassName
{
color: #8FB702;
}
.AnyTagClassName
{
color: #8FB702;
}
</style>
background-color css
<style>
a { background-color: #8FB702; }
a { background-color: rgb(143,183,2); }
div.DivClassName
{
background-color: #8FB702;
}
.BgClassName
{
background-color: #8FB702;
}
</style>
border-color css
<style>
span { border-color: #8FB702; }
span { border-color: rgb(143,183,2); }
td.TdClassName
{
border-color: #8FB702;
}
.TagClassName
{
border-color: #8FB702;
}
</style>