Shades of Citrus #8BD600
Tints of Citrus #8BD600
RGB
CMYK
RGB Variations
Color information
#8BD600 (or 0x8BD600) is known color: Citrus. HEX triplet: 8B, D6 and 00. RGB value is (139,214,0). Sum of RGB (Red+Green+Blue) = 139+214+0=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD600 is #7429FF. Grayscale: #A7A7A7. Windows color (decimal): -7612928 or 54923. OLE color: 54923.
HSL color Cylindrical-coordinate representation of color #8BD600: hue angle of 81.03º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BD600 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.16 |
| HSL | 81.03º | 1% | 0.42% | - |
| HSV(B) | 81.03º | 1% | 0.84% | - |
| XYZ | 34.69 | 53.58 | 8.51 | - |
| YUV | 167.18 | 33.65 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 0 | 0.35 | 0 | 1 | 0.16 | 81.03 | 1 | 0.42 |
| Hex | 8B | D6 | 0 | 23 | 0 | 64 | 10 | 51 | 64 | 2A |
| Octal | 213 | 326 | 0 | 43 | 0 | 144 | 20 | 121 | 144 | 52 |
| Binary | 10001011 | 11010110 | 0 | 100011 | 0 | 1100100 | 10000 | 1010001 | 1100100 | 101010 |
Color Harmonies of #8BD600
Complementary color
Monochromatic Colors of #8BD600
Black with #8BD600
Text Example
Text Example
White with #8BD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD600; }
p { color: rgb(139,214,0); }
H1.HeaderClassName
{
color: #8BD600;
}
.AnyTagClassName
{
color: #8BD600;
}
</style>
background-color css
<style>
a { background-color: #8BD600; }
a { background-color: rgb(139,214,0); }
div.DivClassName
{
background-color: #8BD600;
}
.BgClassName
{
background-color: #8BD600;
}
</style>
border-color css
<style>
span { border-color: #8BD600; }
span { border-color: rgb(139,214,0); }
td.TdClassName
{
border-color: #8BD600;
}
.TagClassName
{
border-color: #8BD600;
}
</style>