Shades of Citrus #8DD407
Tints of Citrus #8DD407
RGB
CMYK
RGB Variations
Color information
#8DD407 (or 0x8DD407) is known color: Citrus. HEX triplet: 8D, D4 and 07. RGB value is (141,212,7). Sum of RGB (Red+Green+Blue) = 141+212+7=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD407 is #722BF8. Grayscale: #A8A8A8. Windows color (decimal): -7482361 or 513165. OLE color: 513165.
HSL color Cylindrical-coordinate representation of color #8DD407: hue angle of 80.78º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DD407 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 212 | 7 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.17 |
| HSL | 80.78º | 0.94% | 0.43% | - |
| HSV(B) | 80.78º | 0.97% | 0.83% | - |
| XYZ | 34.57 | 52.77 | 8.56 | - |
| YUV | 167.4 | 37.48 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 7 | 0.33 | 0 | 0.97 | 0.17 | 80.78 | 0.94 | 0.43 |
| Hex | 8D | D4 | 7 | 21 | 0 | 61 | 11 | 51 | 5E | 2B |
| Octal | 215 | 324 | 7 | 41 | 0 | 141 | 21 | 121 | 136 | 53 |
| Binary | 10001101 | 11010100 | 111 | 100001 | 0 | 1100001 | 10001 | 1010001 | 1011110 | 101011 |
Color Harmonies of #8DD407
Complementary color
Monochromatic Colors of #8DD407
Black with #8DD407
Text Example
Text Example
White with #8DD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD407; }
p { color: rgb(141,212,7); }
H1.HeaderClassName
{
color: #8DD407;
}
.AnyTagClassName
{
color: #8DD407;
}
</style>
background-color css
<style>
a { background-color: #8DD407; }
a { background-color: rgb(141,212,7); }
div.DivClassName
{
background-color: #8DD407;
}
.BgClassName
{
background-color: #8DD407;
}
</style>
border-color css
<style>
span { border-color: #8DD407; }
span { border-color: rgb(141,212,7); }
td.TdClassName
{
border-color: #8DD407;
}
.TagClassName
{
border-color: #8DD407;
}
</style>