Shades of Citrus #8BD20C
Tints of Citrus #8BD20C
RGB
CMYK
RGB Variations
Color information
#8BD20C (or 0x8BD20C) is known color: Citrus. HEX triplet: 8B, D2 and 0C. RGB value is (139,210,12). Sum of RGB (Red+Green+Blue) = 139+210+12=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD20C is #742DF3. Grayscale: #A6A6A6. Windows color (decimal): -7613940 or 840331. OLE color: 840331.
HSL color Cylindrical-coordinate representation of color #8BD20C: hue angle of 81.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BD20C is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 12 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.18 |
| HSL | 81.52º | 0.89% | 0.44% | - |
| HSV(B) | 81.52º | 0.94% | 0.82% | - |
| XYZ | 33.76 | 51.61 | 8.53 | - |
| YUV | 166.2 | 40.98 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 12 | 0.34 | 0 | 0.94 | 0.18 | 81.52 | 0.89 | 0.44 |
| Hex | 8B | D2 | C | 22 | 0 | 5E | 12 | 52 | 59 | 2C |
| Octal | 213 | 322 | 14 | 42 | 0 | 136 | 22 | 122 | 131 | 54 |
| Binary | 10001011 | 11010010 | 1100 | 100010 | 0 | 1011110 | 10010 | 1010010 | 1011001 | 101100 |
Color Harmonies of #8BD20C
Complementary color
Monochromatic Colors of #8BD20C
Black with #8BD20C
Text Example
Text Example
White with #8BD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD20C; }
p { color: rgb(139,210,12); }
H1.HeaderClassName
{
color: #8BD20C;
}
.AnyTagClassName
{
color: #8BD20C;
}
</style>
background-color css
<style>
a { background-color: #8BD20C; }
a { background-color: rgb(139,210,12); }
div.DivClassName
{
background-color: #8BD20C;
}
.BgClassName
{
background-color: #8BD20C;
}
</style>
border-color css
<style>
span { border-color: #8BD20C; }
span { border-color: rgb(139,210,12); }
td.TdClassName
{
border-color: #8BD20C;
}
.TagClassName
{
border-color: #8BD20C;
}
</style>