Shades of Citrus #8BD10B
Tints of Citrus #8BD10B
RGB
CMYK
RGB Variations
Color information
#8BD10B (or 0x8BD10B) is known color: Citrus. HEX triplet: 8B, D1 and 0B. RGB value is (139,209,11). Sum of RGB (Red+Green+Blue) = 139+209+11=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD10B is #742EF4. Grayscale: #A6A6A6. Windows color (decimal): -7614197 or 774539. OLE color: 774539.
HSL color Cylindrical-coordinate representation of color #8BD10B: hue angle of 81.21º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BD10B is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 11 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.18 |
| HSL | 81.21º | 0.9% | 0.43% | - |
| HSV(B) | 81.21º | 0.95% | 0.82% | - |
| XYZ | 33.51 | 51.11 | 8.42 | - |
| YUV | 165.5 | 40.81 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 11 | 0.33 | 0 | 0.95 | 0.18 | 81.21 | 0.9 | 0.43 |
| Hex | 8B | D1 | B | 21 | 0 | 5F | 12 | 51 | 5A | 2B |
| Octal | 213 | 321 | 13 | 41 | 0 | 137 | 22 | 121 | 132 | 53 |
| Binary | 10001011 | 11010001 | 1011 | 100001 | 0 | 1011111 | 10010 | 1010001 | 1011010 | 101011 |
Color Harmonies of #8BD10B
Complementary color
Monochromatic Colors of #8BD10B
Black with #8BD10B
Text Example
Text Example
White with #8BD10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD10B; }
p { color: rgb(139,209,11); }
H1.HeaderClassName
{
color: #8BD10B;
}
.AnyTagClassName
{
color: #8BD10B;
}
</style>
background-color css
<style>
a { background-color: #8BD10B; }
a { background-color: rgb(139,209,11); }
div.DivClassName
{
background-color: #8BD10B;
}
.BgClassName
{
background-color: #8BD10B;
}
</style>
border-color css
<style>
span { border-color: #8BD10B; }
span { border-color: rgb(139,209,11); }
td.TdClassName
{
border-color: #8BD10B;
}
.TagClassName
{
border-color: #8BD10B;
}
</style>