Shades of Citrus #8BC10F
Tints of Citrus #8BC10F
RGB
CMYK
RGB Variations
Color information
#8BC10F (or 0x8BC10F) is known color: Citrus. HEX triplet: 8B, C1 and 0F. RGB value is (139,193,15). Sum of RGB (Red+Green+Blue) = 139+193+15=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC10F is #743EF0. Grayscale: #9D9D9D. Windows color (decimal): -7618289 or 1032587. OLE color: 1032587.
HSL color Cylindrical-coordinate representation of color #8BC10F: hue angle of 78.2º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BC10F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 15 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.24 |
| HSL | 78.2º | 0.86% | 0.41% | - |
| HSV(B) | 78.2º | 0.92% | 0.76% | - |
| XYZ | 29.8 | 43.66 | 7.31 | - |
| YUV | 156.56 | 48.11 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 15 | 0.28 | 0 | 0.92 | 0.24 | 78.2 | 0.86 | 0.41 |
| Hex | 8B | C1 | F | 1C | 0 | 5C | 18 | 4E | 56 | 29 |
| Octal | 213 | 301 | 17 | 34 | 0 | 134 | 30 | 116 | 126 | 51 |
| Binary | 10001011 | 11000001 | 1111 | 11100 | 0 | 1011100 | 11000 | 1001110 | 1010110 | 101001 |
Color Harmonies of #8BC10F
Complementary color
Monochromatic Colors of #8BC10F
Black with #8BC10F
Text Example
Text Example
White with #8BC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC10F; }
p { color: rgb(139,193,15); }
H1.HeaderClassName
{
color: #8BC10F;
}
.AnyTagClassName
{
color: #8BC10F;
}
</style>
background-color css
<style>
a { background-color: #8BC10F; }
a { background-color: rgb(139,193,15); }
div.DivClassName
{
background-color: #8BC10F;
}
.BgClassName
{
background-color: #8BC10F;
}
</style>
border-color css
<style>
span { border-color: #8BC10F; }
span { border-color: rgb(139,193,15); }
td.TdClassName
{
border-color: #8BC10F;
}
.TagClassName
{
border-color: #8BC10F;
}
</style>