Shades of Citrus #8DC301
Tints of Citrus #8DC301
RGB
CMYK
RGB Variations
Color information
#8DC301 (or 0x8DC301) is known color: Citrus. HEX triplet: 8D, C3 and 01. RGB value is (141,195,1). Sum of RGB (Red+Green+Blue) = 141+195+1=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC301 is #723CFE. Grayscale: #9D9D9D. Windows color (decimal): -7486719 or 115597. OLE color: 115597.
HSL color Cylindrical-coordinate representation of color #8DC301: hue angle of 76.7º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DC301 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.24 |
| HSL | 76.7º | 0.99% | 0.38% | - |
| HSV(B) | 76.7º | 0.99% | 0.76% | - |
| XYZ | 30.51 | 44.7 | 7.05 | - |
| YUV | 156.74 | 40.11 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 1 | 0.28 | 0 | 0.99 | 0.24 | 76.7 | 0.99 | 0.38 |
| Hex | 8D | C3 | 1 | 1C | 0 | 63 | 18 | 4D | 63 | 26 |
| Octal | 215 | 303 | 1 | 34 | 0 | 143 | 30 | 115 | 143 | 46 |
| Binary | 10001101 | 11000011 | 1 | 11100 | 0 | 1100011 | 11000 | 1001101 | 1100011 | 100110 |
Color Harmonies of #8DC301
Complementary color
Monochromatic Colors of #8DC301
Black with #8DC301
Text Example
Text Example
White with #8DC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC301; }
p { color: rgb(141,195,1); }
H1.HeaderClassName
{
color: #8DC301;
}
.AnyTagClassName
{
color: #8DC301;
}
</style>
background-color css
<style>
a { background-color: #8DC301; }
a { background-color: rgb(141,195,1); }
div.DivClassName
{
background-color: #8DC301;
}
.BgClassName
{
background-color: #8DC301;
}
</style>
border-color css
<style>
span { border-color: #8DC301; }
span { border-color: rgb(141,195,1); }
td.TdClassName
{
border-color: #8DC301;
}
.TagClassName
{
border-color: #8DC301;
}
</style>