Shades of Citrus #8DD700
Tints of Citrus #8DD700
RGB
CMYK
RGB Variations
Color information
#8DD700 (or 0x8DD700) is known color: Citrus. HEX triplet: 8D, D7 and 00. RGB value is (141,215,0). Sum of RGB (Red+Green+Blue) = 141+215+0=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD700 is #7228FF. Grayscale: #A9A9A9. Windows color (decimal): -7481600 or 55181. OLE color: 55181.
HSL color Cylindrical-coordinate representation of color #8DD700: hue angle of 80.65º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DD700 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 215 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.16 |
| HSL | 80.65º | 1% | 0.42% | - |
| HSV(B) | 80.65º | 1% | 0.84% | - |
| XYZ | 35.28 | 54.26 | 8.61 | - |
| YUV | 168.36 | 32.98 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 0 | 0.34 | 0 | 1 | 0.16 | 80.65 | 1 | 0.42 |
| Hex | 8D | D7 | 0 | 22 | 0 | 64 | 10 | 51 | 64 | 2A |
| Octal | 215 | 327 | 0 | 42 | 0 | 144 | 20 | 121 | 144 | 52 |
| Binary | 10001101 | 11010111 | 0 | 100010 | 0 | 1100100 | 10000 | 1010001 | 1100100 | 101010 |
Color Harmonies of #8DD700
Complementary color
Monochromatic Colors of #8DD700
Black with #8DD700
Text Example
Text Example
White with #8DD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD700; }
p { color: rgb(141,215,0); }
H1.HeaderClassName
{
color: #8DD700;
}
.AnyTagClassName
{
color: #8DD700;
}
</style>
background-color css
<style>
a { background-color: #8DD700; }
a { background-color: rgb(141,215,0); }
div.DivClassName
{
background-color: #8DD700;
}
.BgClassName
{
background-color: #8DD700;
}
</style>
border-color css
<style>
span { border-color: #8DD700; }
span { border-color: rgb(141,215,0); }
td.TdClassName
{
border-color: #8DD700;
}
.TagClassName
{
border-color: #8DD700;
}
</style>