Shades of Citrus #8DD105
Tints of Citrus #8DD105
RGB
CMYK
RGB Variations
Color information
#8DD105 (or 0x8DD105) is known color: Citrus. HEX triplet: 8D, D1 and 05. RGB value is (141,209,5). Sum of RGB (Red+Green+Blue) = 141+209+5=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD105 is #722EFA. Grayscale: #A6A6A6. Windows color (decimal): -7483131 or 381325. OLE color: 381325.
HSL color Cylindrical-coordinate representation of color #8DD105: hue angle of 80º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DD105 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 5 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.18 |
| HSL | 80º | 0.95% | 0.42% | - |
| HSV(B) | 80º | 0.98% | 0.82% | - |
| XYZ | 33.81 | 51.27 | 8.26 | - |
| YUV | 165.41 | 37.47 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 5 | 0.33 | 0 | 0.98 | 0.18 | 80 | 0.95 | 0.42 |
| Hex | 8D | D1 | 5 | 21 | 0 | 62 | 12 | 50 | 5F | 2A |
| Octal | 215 | 321 | 5 | 41 | 0 | 142 | 22 | 120 | 137 | 52 |
| Binary | 10001101 | 11010001 | 101 | 100001 | 0 | 1100010 | 10010 | 1010000 | 1011111 | 101010 |
Color Harmonies of #8DD105
Complementary color
Monochromatic Colors of #8DD105
Black with #8DD105
Text Example
Text Example
White with #8DD105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD105; }
p { color: rgb(141,209,5); }
H1.HeaderClassName
{
color: #8DD105;
}
.AnyTagClassName
{
color: #8DD105;
}
</style>
background-color css
<style>
a { background-color: #8DD105; }
a { background-color: rgb(141,209,5); }
div.DivClassName
{
background-color: #8DD105;
}
.BgClassName
{
background-color: #8DD105;
}
</style>
border-color css
<style>
span { border-color: #8DD105; }
span { border-color: rgb(141,209,5); }
td.TdClassName
{
border-color: #8DD105;
}
.TagClassName
{
border-color: #8DD105;
}
</style>