Shades of Citrus #8DD10D
Tints of Citrus #8DD10D
RGB
CMYK
RGB Variations
Color information
#8DD10D (or 0x8DD10D) is known color: Citrus. HEX triplet: 8D, D1 and 0D. RGB value is (141,209,13). Sum of RGB (Red+Green+Blue) = 141+209+13=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD10D is #722EF2. Grayscale: #A7A7A7. Windows color (decimal): -7483123 or 905613. OLE color: 905613.
HSL color Cylindrical-coordinate representation of color #8DD10D: hue angle of 80.82º degrees, saturation: 0.88, 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 #8DD10D is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 13 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.18 |
| HSL | 80.82º | 0.88% | 0.44% | - |
| HSV(B) | 80.82º | 0.94% | 0.82% | - |
| XYZ | 33.86 | 51.29 | 8.5 | - |
| YUV | 166.32 | 41.47 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 13 | 0.33 | 0 | 0.94 | 0.18 | 80.82 | 0.88 | 0.44 |
| Hex | 8D | D1 | D | 21 | 0 | 5E | 12 | 51 | 58 | 2C |
| Octal | 215 | 321 | 15 | 41 | 0 | 136 | 22 | 121 | 130 | 54 |
| Binary | 10001101 | 11010001 | 1101 | 100001 | 0 | 1011110 | 10010 | 1010001 | 1011000 | 101100 |
Color Harmonies of #8DD10D
Complementary color
Monochromatic Colors of #8DD10D
Black with #8DD10D
Text Example
Text Example
White with #8DD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD10D; }
p { color: rgb(141,209,13); }
H1.HeaderClassName
{
color: #8DD10D;
}
.AnyTagClassName
{
color: #8DD10D;
}
</style>
background-color css
<style>
a { background-color: #8DD10D; }
a { background-color: rgb(141,209,13); }
div.DivClassName
{
background-color: #8DD10D;
}
.BgClassName
{
background-color: #8DD10D;
}
</style>
border-color css
<style>
span { border-color: #8DD10D; }
span { border-color: rgb(141,209,13); }
td.TdClassName
{
border-color: #8DD10D;
}
.TagClassName
{
border-color: #8DD10D;
}
</style>