Shades of Citrus #8DCE00
Tints of Citrus #8DCE00
RGB
CMYK
RGB Variations
Color information
#8DCE00 (or 0x8DCE00) is known color: Citrus. HEX triplet: 8D, CE and 00. RGB value is (141,206,0). Sum of RGB (Red+Green+Blue) = 141+206+0=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCE00 is #7231FF. Grayscale: #A3A3A3. Windows color (decimal): -7483904 or 52877. OLE color: 52877.
HSL color Cylindrical-coordinate representation of color #8DCE00: hue angle of 78.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DCE00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.19 |
| HSL | 78.93º | 1% | 0.4% | - |
| HSV(B) | 78.93º | 1% | 0.81% | - |
| XYZ | 33.06 | 49.81 | 7.87 | - |
| YUV | 163.08 | 35.97 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 0 | 0.32 | 0 | 1 | 0.19 | 78.93 | 1 | 0.4 |
| Hex | 8D | CE | 0 | 20 | 0 | 64 | 13 | 4F | 64 | 28 |
| Octal | 215 | 316 | 0 | 40 | 0 | 144 | 23 | 117 | 144 | 50 |
| Binary | 10001101 | 11001110 | 0 | 100000 | 0 | 1100100 | 10011 | 1001111 | 1100100 | 101000 |
Color Harmonies of #8DCE00
Complementary color
Monochromatic Colors of #8DCE00
Black with #8DCE00
Text Example
Text Example
White with #8DCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE00; }
p { color: rgb(141,206,0); }
H1.HeaderClassName
{
color: #8DCE00;
}
.AnyTagClassName
{
color: #8DCE00;
}
</style>
background-color css
<style>
a { background-color: #8DCE00; }
a { background-color: rgb(141,206,0); }
div.DivClassName
{
background-color: #8DCE00;
}
.BgClassName
{
background-color: #8DCE00;
}
</style>
border-color css
<style>
span { border-color: #8DCE00; }
span { border-color: rgb(141,206,0); }
td.TdClassName
{
border-color: #8DCE00;
}
.TagClassName
{
border-color: #8DCE00;
}
</style>