Shades of Citrus #8DCE08
Tints of Citrus #8DCE08
RGB
CMYK
RGB Variations
Color information
#8DCE08 (or 0x8DCE08) is known color: Citrus. HEX triplet: 8D, CE and 08. RGB value is (141,206,8). Sum of RGB (Red+Green+Blue) = 141+206+8=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCE08 is #7231F7. Grayscale: #A4A4A4. Windows color (decimal): -7483896 or 577165. OLE color: 577165.
HSL color Cylindrical-coordinate representation of color #8DCE08: hue angle of 79.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DCE08 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.19 |
| HSL | 79.7º | 0.93% | 0.42% | - |
| HSV(B) | 79.7º | 0.96% | 0.81% | - |
| XYZ | 33.1 | 49.82 | 8.1 | - |
| YUV | 163.99 | 39.97 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 8 | 0.32 | 0 | 0.96 | 0.19 | 79.7 | 0.93 | 0.42 |
| Hex | 8D | CE | 8 | 20 | 0 | 60 | 13 | 50 | 5D | 2A |
| Octal | 215 | 316 | 10 | 40 | 0 | 140 | 23 | 120 | 135 | 52 |
| Binary | 10001101 | 11001110 | 1000 | 100000 | 0 | 1100000 | 10011 | 1010000 | 1011101 | 101010 |
Color Harmonies of #8DCE08
Complementary color
Monochromatic Colors of #8DCE08
Black with #8DCE08
Text Example
Text Example
White with #8DCE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE08; }
p { color: rgb(141,206,8); }
H1.HeaderClassName
{
color: #8DCE08;
}
.AnyTagClassName
{
color: #8DCE08;
}
</style>
background-color css
<style>
a { background-color: #8DCE08; }
a { background-color: rgb(141,206,8); }
div.DivClassName
{
background-color: #8DCE08;
}
.BgClassName
{
background-color: #8DCE08;
}
</style>
border-color css
<style>
span { border-color: #8DCE08; }
span { border-color: rgb(141,206,8); }
td.TdClassName
{
border-color: #8DCE08;
}
.TagClassName
{
border-color: #8DCE08;
}
</style>