Shades of Citrus #8DD501
Tints of Citrus #8DD501
RGB
CMYK
RGB Variations
Color information
#8DD501 (or 0x8DD501) is known color: Citrus. HEX triplet: 8D, D5 and 01. RGB value is (141,213,1). Sum of RGB (Red+Green+Blue) = 141+213+1=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD501 is #722AFE. Grayscale: #A8A8A8. Windows color (decimal): -7482111 or 120205. OLE color: 120205.
HSL color Cylindrical-coordinate representation of color #8DD501: hue angle of 80.38º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DD501 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.16 |
| HSL | 80.38º | 0.99% | 0.42% | - |
| HSV(B) | 80.38º | 1% | 0.84% | - |
| XYZ | 34.78 | 53.25 | 8.47 | - |
| YUV | 167.3 | 34.15 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 1 | 0.34 | 0 | 1.00 | 0.16 | 80.38 | 0.99 | 0.42 |
| Hex | 8D | D5 | 1 | 22 | 0 | 64 | 10 | 50 | 63 | 2A |
| Octal | 215 | 325 | 1 | 42 | 0 | 144 | 20 | 120 | 143 | 52 |
| Binary | 10001101 | 11010101 | 1 | 100010 | 0 | 1100100 | 10000 | 1010000 | 1100011 | 101010 |
Color Harmonies of #8DD501
Complementary color
Monochromatic Colors of #8DD501
Black with #8DD501
Text Example
Text Example
White with #8DD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD501; }
p { color: rgb(141,213,1); }
H1.HeaderClassName
{
color: #8DD501;
}
.AnyTagClassName
{
color: #8DD501;
}
</style>
background-color css
<style>
a { background-color: #8DD501; }
a { background-color: rgb(141,213,1); }
div.DivClassName
{
background-color: #8DD501;
}
.BgClassName
{
background-color: #8DD501;
}
</style>
border-color css
<style>
span { border-color: #8DD501; }
span { border-color: rgb(141,213,1); }
td.TdClassName
{
border-color: #8DD501;
}
.TagClassName
{
border-color: #8DD501;
}
</style>