Shades of Citrus #8BD40B
Tints of Citrus #8BD40B
RGB
CMYK
RGB Variations
Color information
#8BD40B (or 0x8BD40B) is known color: Citrus. HEX triplet: 8B, D4 and 0B. RGB value is (139,212,11). Sum of RGB (Red+Green+Blue) = 139+212+11=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 212 (83.20% from 255 or 58.56% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD40B is #742BF4. Grayscale: #A7A7A7. Windows color (decimal): -7613429 or 775307. OLE color: 775307.
HSL color Cylindrical-coordinate representation of color #8BD40B: hue angle of 81.79º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BD40B is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 212 | 11 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.17 |
| HSL | 81.79º | 0.9% | 0.44% | - |
| HSV(B) | 81.79º | 0.95% | 0.83% | - |
| XYZ | 34.25 | 52.6 | 8.66 | - |
| YUV | 167.26 | 39.82 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 11 | 0.34 | 0 | 0.95 | 0.17 | 81.79 | 0.9 | 0.44 |
| Hex | 8B | D4 | B | 22 | 0 | 5F | 11 | 52 | 5A | 2C |
| Octal | 213 | 324 | 13 | 42 | 0 | 137 | 21 | 122 | 132 | 54 |
| Binary | 10001011 | 11010100 | 1011 | 100010 | 0 | 1011111 | 10001 | 1010010 | 1011010 | 101100 |
Color Harmonies of #8BD40B
Complementary color
Monochromatic Colors of #8BD40B
Black with #8BD40B
Text Example
Text Example
White with #8BD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD40B; }
p { color: rgb(139,212,11); }
H1.HeaderClassName
{
color: #8BD40B;
}
.AnyTagClassName
{
color: #8BD40B;
}
</style>
background-color css
<style>
a { background-color: #8BD40B; }
a { background-color: rgb(139,212,11); }
div.DivClassName
{
background-color: #8BD40B;
}
.BgClassName
{
background-color: #8BD40B;
}
</style>
border-color css
<style>
span { border-color: #8BD40B; }
span { border-color: rgb(139,212,11); }
td.TdClassName
{
border-color: #8BD40B;
}
.TagClassName
{
border-color: #8BD40B;
}
</style>