Shades of Citrus #8EB413
Tints of Citrus #8EB413
RGB
CMYK
RGB Variations
Color information
#8EB413 (or 0x8EB413) is known color: Citrus. HEX triplet: 8E, B4 and 13. RGB value is (142,180,19). Sum of RGB (Red+Green+Blue) = 142+180+19=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB413 is #714BEC. Grayscale: #969696. Windows color (decimal): -7425005 or 1291406. OLE color: 1291406.
HSL color Cylindrical-coordinate representation of color #8EB413: hue angle of 74.16º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EB413 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 180 | 19 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.29 |
| HSL | 74.16º | 0.81% | 0.39% | - |
| HSV(B) | 74.16º | 0.89% | 0.71% | - |
| XYZ | 27.59 | 38.44 | 6.58 | - |
| YUV | 150.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 180 | 19 | 0.21 | 0 | 0.89 | 0.29 | 74.16 | 0.81 | 0.39 |
| Hex | 8E | B4 | 13 | 15 | 0 | 59 | 1D | 4A | 51 | 27 |
| Octal | 216 | 264 | 23 | 25 | 0 | 131 | 35 | 112 | 121 | 47 |
| Binary | 10001110 | 10110100 | 10011 | 10101 | 0 | 1011001 | 11101 | 1001010 | 1010001 | 100111 |
Color Harmonies of #8EB413
Complementary color
Monochromatic Colors of #8EB413
Black with #8EB413
Text Example
Text Example
White with #8EB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB413; }
p { color: rgb(142,180,19); }
H1.HeaderClassName
{
color: #8EB413;
}
.AnyTagClassName
{
color: #8EB413;
}
</style>
background-color css
<style>
a { background-color: #8EB413; }
a { background-color: rgb(142,180,19); }
div.DivClassName
{
background-color: #8EB413;
}
.BgClassName
{
background-color: #8EB413;
}
</style>
border-color css
<style>
span { border-color: #8EB413; }
span { border-color: rgb(142,180,19); }
td.TdClassName
{
border-color: #8EB413;
}
.TagClassName
{
border-color: #8EB413;
}
</style>