Shades of Citrus #8DCD00
Tints of Citrus #8DCD00
RGB
CMYK
RGB Variations
Color information
#8DCD00 (or 0x8DCD00) is known color: Citrus. HEX triplet: 8D, CD and 00. RGB value is (141,205,0). Sum of RGB (Red+Green+Blue) = 141+205+0=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCD00 is #7232FF. Grayscale: #A3A3A3. Windows color (decimal): -7484160 or 52621. OLE color: 52621.
HSL color Cylindrical-coordinate representation of color #8DCD00: hue angle of 78.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DCD00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.20 |
| HSL | 78.73º | 1% | 0.4% | - |
| HSV(B) | 78.73º | 1% | 0.8% | - |
| XYZ | 32.82 | 49.33 | 7.79 | - |
| YUV | 162.49 | 36.3 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 0 | 0.31 | 0 | 1 | 0.20 | 78.73 | 1 | 0.4 |
| Hex | 8D | CD | 0 | 1F | 0 | 64 | 14 | 4F | 64 | 28 |
| Octal | 215 | 315 | 0 | 37 | 0 | 144 | 24 | 117 | 144 | 50 |
| Binary | 10001101 | 11001101 | 0 | 11111 | 0 | 1100100 | 10100 | 1001111 | 1100100 | 101000 |
Color Harmonies of #8DCD00
Complementary color
Monochromatic Colors of #8DCD00
Black with #8DCD00
Text Example
Text Example
White with #8DCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD00; }
p { color: rgb(141,205,0); }
H1.HeaderClassName
{
color: #8DCD00;
}
.AnyTagClassName
{
color: #8DCD00;
}
</style>
background-color css
<style>
a { background-color: #8DCD00; }
a { background-color: rgb(141,205,0); }
div.DivClassName
{
background-color: #8DCD00;
}
.BgClassName
{
background-color: #8DCD00;
}
</style>
border-color css
<style>
span { border-color: #8DCD00; }
span { border-color: rgb(141,205,0); }
td.TdClassName
{
border-color: #8DCD00;
}
.TagClassName
{
border-color: #8DCD00;
}
</style>