Shades of Citrus #8FBE13
Tints of Citrus #8FBE13
RGB
CMYK
RGB Variations
Color information
#8FBE13 (or 0x8FBE13) is known color: Citrus. HEX triplet: 8F, BE and 13. RGB value is (143,190,19). Sum of RGB (Red+Green+Blue) = 143+190+19=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBE13 is #7041EC. Grayscale: #9D9D9D. Windows color (decimal): -7356909 or 1293967. OLE color: 1293967.
HSL color Cylindrical-coordinate representation of color #8FBE13: hue angle of 76.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FBE13 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 19 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.25 |
| HSL | 76.49º | 0.82% | 0.41% | - |
| HSV(B) | 76.49º | 0.9% | 0.75% | - |
| XYZ | 29.86 | 42.71 | 7.29 | - |
| YUV | 156.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 19 | 0.25 | 0 | 0.90 | 0.25 | 76.49 | 0.82 | 0.41 |
| Hex | 8F | BE | 13 | 19 | 0 | 5A | 19 | 4C | 52 | 29 |
| Octal | 217 | 276 | 23 | 31 | 0 | 132 | 31 | 114 | 122 | 51 |
| Binary | 10001111 | 10111110 | 10011 | 11001 | 0 | 1011010 | 11001 | 1001100 | 1010010 | 101001 |
Color Harmonies of #8FBE13
Complementary color
Monochromatic Colors of #8FBE13
Black with #8FBE13
Text Example
Text Example
White with #8FBE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE13; }
p { color: rgb(143,190,19); }
H1.HeaderClassName
{
color: #8FBE13;
}
.AnyTagClassName
{
color: #8FBE13;
}
</style>
background-color css
<style>
a { background-color: #8FBE13; }
a { background-color: rgb(143,190,19); }
div.DivClassName
{
background-color: #8FBE13;
}
.BgClassName
{
background-color: #8FBE13;
}
</style>
border-color css
<style>
span { border-color: #8FBE13; }
span { border-color: rgb(143,190,19); }
td.TdClassName
{
border-color: #8FBE13;
}
.TagClassName
{
border-color: #8FBE13;
}
</style>