Shades of Citrus #8FB800
Tints of Citrus #8FB800
RGB
CMYK
RGB Variations
Color information
#8FB800 (or 0x8FB800) is known color: Citrus. HEX triplet: 8F, B8 and 00. RGB value is (143,184,0). Sum of RGB (Red+Green+Blue) = 143+184+0=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB800 is #7047FF. Grayscale: #979797. Windows color (decimal): -7358464 or 47247. OLE color: 47247.
HSL color Cylindrical-coordinate representation of color #8FB800: hue angle of 73.37º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FB800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.28 |
| HSL | 73.37º | 1% | 0.36% | - |
| HSV(B) | 73.37º | 1% | 0.72% | - |
| XYZ | 28.47 | 40.12 | 6.24 | - |
| YUV | 150.77 | 42.92 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 0 | 0.22 | 0 | 1 | 0.28 | 73.37 | 1 | 0.36 |
| Hex | 8F | B8 | 0 | 16 | 0 | 64 | 1C | 49 | 64 | 24 |
| Octal | 217 | 270 | 0 | 26 | 0 | 144 | 34 | 111 | 144 | 44 |
| Binary | 10001111 | 10111000 | 0 | 10110 | 0 | 1100100 | 11100 | 1001001 | 1100100 | 100100 |
Color Harmonies of #8FB800
Complementary color
Monochromatic Colors of #8FB800
Black with #8FB800
Text Example
Text Example
White with #8FB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB800; }
p { color: rgb(143,184,0); }
H1.HeaderClassName
{
color: #8FB800;
}
.AnyTagClassName
{
color: #8FB800;
}
</style>
background-color css
<style>
a { background-color: #8FB800; }
a { background-color: rgb(143,184,0); }
div.DivClassName
{
background-color: #8FB800;
}
.BgClassName
{
background-color: #8FB800;
}
</style>
border-color css
<style>
span { border-color: #8FB800; }
span { border-color: rgb(143,184,0); }
td.TdClassName
{
border-color: #8FB800;
}
.TagClassName
{
border-color: #8FB800;
}
</style>