Shades of Citrus #8DD303
Tints of Citrus #8DD303
RGB
CMYK
RGB Variations
Color information
#8DD303 (or 0x8DD303) is known color: Citrus. HEX triplet: 8D, D3 and 03. RGB value is (141,211,3). Sum of RGB (Red+Green+Blue) = 141+211+3=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD303 is #722CFC. Grayscale: #A7A7A7. Windows color (decimal): -7482621 or 250765. OLE color: 250765.
HSL color Cylindrical-coordinate representation of color #8DD303: hue angle of 80.19º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DD303 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 211 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.17 |
| HSL | 80.19º | 0.97% | 0.42% | - |
| HSV(B) | 80.19º | 0.99% | 0.83% | - |
| XYZ | 34.3 | 52.26 | 8.37 | - |
| YUV | 166.36 | 35.81 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 3 | 0.33 | 0 | 0.99 | 0.17 | 80.19 | 0.97 | 0.42 |
| Hex | 8D | D3 | 3 | 21 | 0 | 63 | 11 | 50 | 61 | 2A |
| Octal | 215 | 323 | 3 | 41 | 0 | 143 | 21 | 120 | 141 | 52 |
| Binary | 10001101 | 11010011 | 11 | 100001 | 0 | 1100011 | 10001 | 1010000 | 1100001 | 101010 |
Color Harmonies of #8DD303
Complementary color
Monochromatic Colors of #8DD303
Black with #8DD303
Text Example
Text Example
White with #8DD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD303; }
p { color: rgb(141,211,3); }
H1.HeaderClassName
{
color: #8DD303;
}
.AnyTagClassName
{
color: #8DD303;
}
</style>
background-color css
<style>
a { background-color: #8DD303; }
a { background-color: rgb(141,211,3); }
div.DivClassName
{
background-color: #8DD303;
}
.BgClassName
{
background-color: #8DD303;
}
</style>
border-color css
<style>
span { border-color: #8DD303; }
span { border-color: rgb(141,211,3); }
td.TdClassName
{
border-color: #8DD303;
}
.TagClassName
{
border-color: #8DD303;
}
</style>