Shades of Citrus #8BD605
Tints of Citrus #8BD605
RGB
CMYK
RGB Variations
Color information
#8BD605 (or 0x8BD605) is known color: Citrus. HEX triplet: 8B, D6 and 05. RGB value is (139,214,5). Sum of RGB (Red+Green+Blue) = 139+214+5=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD605 is #7429FA. Grayscale: #A8A8A8. Windows color (decimal): -7612923 or 382603. OLE color: 382603.
HSL color Cylindrical-coordinate representation of color #8BD605: hue angle of 81.53º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BD605 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.16 |
| HSL | 81.53º | 0.95% | 0.43% | - |
| HSV(B) | 81.53º | 0.98% | 0.84% | - |
| XYZ | 34.72 | 53.59 | 8.66 | - |
| YUV | 167.75 | 36.15 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 5 | 0.35 | 0 | 0.98 | 0.16 | 81.53 | 0.95 | 0.43 |
| Hex | 8B | D6 | 5 | 23 | 0 | 62 | 10 | 52 | 5F | 2B |
| Octal | 213 | 326 | 5 | 43 | 0 | 142 | 20 | 122 | 137 | 53 |
| Binary | 10001011 | 11010110 | 101 | 100011 | 0 | 1100010 | 10000 | 1010010 | 1011111 | 101011 |
Color Harmonies of #8BD605
Complementary color
Monochromatic Colors of #8BD605
Black with #8BD605
Text Example
Text Example
White with #8BD605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD605; }
p { color: rgb(139,214,5); }
H1.HeaderClassName
{
color: #8BD605;
}
.AnyTagClassName
{
color: #8BD605;
}
</style>
background-color css
<style>
a { background-color: #8BD605; }
a { background-color: rgb(139,214,5); }
div.DivClassName
{
background-color: #8BD605;
}
.BgClassName
{
background-color: #8BD605;
}
</style>
border-color css
<style>
span { border-color: #8BD605; }
span { border-color: rgb(139,214,5); }
td.TdClassName
{
border-color: #8BD605;
}
.TagClassName
{
border-color: #8BD605;
}
</style>