Shades of Citrus #8BD10D
Tints of Citrus #8BD10D
RGB
CMYK
RGB Variations
Color information
#8BD10D (or 0x8BD10D) is known color: Citrus. HEX triplet: 8B, D1 and 0D. RGB value is (139,209,13). Sum of RGB (Red+Green+Blue) = 139+209+13=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD10D is #742EF2. Grayscale: #A6A6A6. Windows color (decimal): -7614195 or 905611. OLE color: 905611.
HSL color Cylindrical-coordinate representation of color #8BD10D: hue angle of 81.43º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BD10D is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 13 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.18 |
| HSL | 81.43º | 0.88% | 0.44% | - |
| HSV(B) | 81.43º | 0.94% | 0.82% | - |
| XYZ | 33.52 | 51.12 | 8.48 | - |
| YUV | 165.73 | 41.81 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 13 | 0.33 | 0 | 0.94 | 0.18 | 81.43 | 0.88 | 0.44 |
| Hex | 8B | D1 | D | 21 | 0 | 5E | 12 | 51 | 58 | 2C |
| Octal | 213 | 321 | 15 | 41 | 0 | 136 | 22 | 121 | 130 | 54 |
| Binary | 10001011 | 11010001 | 1101 | 100001 | 0 | 1011110 | 10010 | 1010001 | 1011000 | 101100 |
Color Harmonies of #8BD10D
Complementary color
Monochromatic Colors of #8BD10D
Black with #8BD10D
Text Example
Text Example
White with #8BD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD10D; }
p { color: rgb(139,209,13); }
H1.HeaderClassName
{
color: #8BD10D;
}
.AnyTagClassName
{
color: #8BD10D;
}
</style>
background-color css
<style>
a { background-color: #8BD10D; }
a { background-color: rgb(139,209,13); }
div.DivClassName
{
background-color: #8BD10D;
}
.BgClassName
{
background-color: #8BD10D;
}
</style>
border-color css
<style>
span { border-color: #8BD10D; }
span { border-color: rgb(139,209,13); }
td.TdClassName
{
border-color: #8BD10D;
}
.TagClassName
{
border-color: #8BD10D;
}
</style>