Shades of Citrus #8FB807
Tints of Citrus #8FB807
RGB
CMYK
RGB Variations
Color information
#8FB807 (or 0x8FB807) is known color: Citrus. HEX triplet: 8F, B8 and 07. RGB value is (143,184,7). Sum of RGB (Red+Green+Blue) = 143+184+7=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB807 is #7047F8. Grayscale: #989898. Windows color (decimal): -7358457 or 505999. OLE color: 505999.
HSL color Cylindrical-coordinate representation of color #8FB807: hue angle of 73.9º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FB807 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 7 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.28 |
| HSL | 73.9º | 0.93% | 0.37% | - |
| HSV(B) | 73.9º | 0.96% | 0.72% | - |
| XYZ | 28.51 | 40.14 | 6.45 | - |
| YUV | 151.56 | 46.42 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 7 | 0.22 | 0 | 0.96 | 0.28 | 73.9 | 0.93 | 0.37 |
| Hex | 8F | B8 | 7 | 16 | 0 | 60 | 1C | 4A | 5D | 25 |
| Octal | 217 | 270 | 7 | 26 | 0 | 140 | 34 | 112 | 135 | 45 |
| Binary | 10001111 | 10111000 | 111 | 10110 | 0 | 1100000 | 11100 | 1001010 | 1011101 | 100101 |
Color Harmonies of #8FB807
Complementary color
Monochromatic Colors of #8FB807
Black with #8FB807
Text Example
Text Example
White with #8FB807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB807; }
p { color: rgb(143,184,7); }
H1.HeaderClassName
{
color: #8FB807;
}
.AnyTagClassName
{
color: #8FB807;
}
</style>
background-color css
<style>
a { background-color: #8FB807; }
a { background-color: rgb(143,184,7); }
div.DivClassName
{
background-color: #8FB807;
}
.BgClassName
{
background-color: #8FB807;
}
</style>
border-color css
<style>
span { border-color: #8FB807; }
span { border-color: rgb(143,184,7); }
td.TdClassName
{
border-color: #8FB807;
}
.TagClassName
{
border-color: #8FB807;
}
</style>