Shades of Citrus #8DD40C
Tints of Citrus #8DD40C
RGB
CMYK
RGB Variations
Color information
#8DD40C (or 0x8DD40C) is known color: Citrus. HEX triplet: 8D, D4 and 0C. RGB value is (141,212,12). Sum of RGB (Red+Green+Blue) = 141+212+12=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD40C is #722BF3. Grayscale: #A8A8A8. Windows color (decimal): -7482356 or 840845. OLE color: 840845.
HSL color Cylindrical-coordinate representation of color #8DD40C: hue angle of 81.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DD40C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 212 | 12 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.17 |
| HSL | 81.3º | 0.89% | 0.44% | - |
| HSV(B) | 81.3º | 0.94% | 0.83% | - |
| XYZ | 34.59 | 52.78 | 8.71 | - |
| YUV | 167.97 | 39.98 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 12 | 0.33 | 0 | 0.94 | 0.17 | 81.3 | 0.89 | 0.44 |
| Hex | 8D | D4 | C | 21 | 0 | 5E | 11 | 51 | 59 | 2C |
| Octal | 215 | 324 | 14 | 41 | 0 | 136 | 21 | 121 | 131 | 54 |
| Binary | 10001101 | 11010100 | 1100 | 100001 | 0 | 1011110 | 10001 | 1010001 | 1011001 | 101100 |
Color Harmonies of #8DD40C
Complementary color
Monochromatic Colors of #8DD40C
Black with #8DD40C
Text Example
Text Example
White with #8DD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD40C; }
p { color: rgb(141,212,12); }
H1.HeaderClassName
{
color: #8DD40C;
}
.AnyTagClassName
{
color: #8DD40C;
}
</style>
background-color css
<style>
a { background-color: #8DD40C; }
a { background-color: rgb(141,212,12); }
div.DivClassName
{
background-color: #8DD40C;
}
.BgClassName
{
background-color: #8DD40C;
}
</style>
border-color css
<style>
span { border-color: #8DD40C; }
span { border-color: rgb(141,212,12); }
td.TdClassName
{
border-color: #8DD40C;
}
.TagClassName
{
border-color: #8DD40C;
}
</style>