Shades of Citrus #8BD30A
Tints of Citrus #8BD30A
RGB
CMYK
RGB Variations
Color information
#8BD30A (or 0x8BD30A) is known color: Citrus. HEX triplet: 8B, D3 and 0A. RGB value is (139,211,10). Sum of RGB (Red+Green+Blue) = 139+211+10=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD30A is #742CF5. Grayscale: #A7A7A7. Windows color (decimal): -7613686 or 709515. OLE color: 709515.
HSL color Cylindrical-coordinate representation of color #8BD30A: hue angle of 81.49º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BD30A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 10 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.17 |
| HSL | 81.49º | 0.91% | 0.43% | - |
| HSV(B) | 81.49º | 0.95% | 0.83% | - |
| XYZ | 34 | 52.1 | 8.55 | - |
| YUV | 166.56 | 39.65 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 10 | 0.34 | 0 | 0.95 | 0.17 | 81.49 | 0.91 | 0.43 |
| Hex | 8B | D3 | A | 22 | 0 | 5F | 11 | 51 | 5B | 2B |
| Octal | 213 | 323 | 12 | 42 | 0 | 137 | 21 | 121 | 133 | 53 |
| Binary | 10001011 | 11010011 | 1010 | 100010 | 0 | 1011111 | 10001 | 1010001 | 1011011 | 101011 |
Color Harmonies of #8BD30A
Complementary color
Monochromatic Colors of #8BD30A
Black with #8BD30A
Text Example
Text Example
White with #8BD30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD30A; }
p { color: rgb(139,211,10); }
H1.HeaderClassName
{
color: #8BD30A;
}
.AnyTagClassName
{
color: #8BD30A;
}
</style>
background-color css
<style>
a { background-color: #8BD30A; }
a { background-color: rgb(139,211,10); }
div.DivClassName
{
background-color: #8BD30A;
}
.BgClassName
{
background-color: #8BD30A;
}
</style>
border-color css
<style>
span { border-color: #8BD30A; }
span { border-color: rgb(139,211,10); }
td.TdClassName
{
border-color: #8BD30A;
}
.TagClassName
{
border-color: #8BD30A;
}
</style>