Shades of Citrus #8DCC10
Tints of Citrus #8DCC10
RGB
CMYK
RGB Variations
Color information
#8DCC10 (or 0x8DCC10) is known color: Citrus. HEX triplet: 8D, CC and 10. RGB value is (141,204,16). Sum of RGB (Red+Green+Blue) = 141+204+16=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCC10 is #7233EF. Grayscale: #A4A4A4. Windows color (decimal): -7484400 or 1100941. OLE color: 1100941.
HSL color Cylindrical-coordinate representation of color #8DCC10: hue angle of 80.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DCC10 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 16 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.2 |
| HSL | 80.11º | 0.85% | 0.43% | - |
| HSV(B) | 80.11º | 0.92% | 0.8% | - |
| XYZ | 32.67 | 48.89 | 8.2 | - |
| YUV | 163.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 16 | 0.31 | 0 | 0.92 | 0.2 | 80.11 | 0.85 | 0.43 |
| Hex | 8D | CC | 10 | 1F | 0 | 5C | 14 | 50 | 55 | 2B |
| Octal | 215 | 314 | 20 | 37 | 0 | 134 | 24 | 120 | 125 | 53 |
| Binary | 10001101 | 11001100 | 10000 | 11111 | 0 | 1011100 | 10100 | 1010000 | 1010101 | 101011 |
Color Harmonies of #8DCC10
Complementary color
Monochromatic Colors of #8DCC10
Black with #8DCC10
Text Example
Text Example
White with #8DCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC10; }
p { color: rgb(141,204,16); }
H1.HeaderClassName
{
color: #8DCC10;
}
.AnyTagClassName
{
color: #8DCC10;
}
</style>
background-color css
<style>
a { background-color: #8DCC10; }
a { background-color: rgb(141,204,16); }
div.DivClassName
{
background-color: #8DCC10;
}
.BgClassName
{
background-color: #8DCC10;
}
</style>
border-color css
<style>
span { border-color: #8DCC10; }
span { border-color: rgb(141,204,16); }
td.TdClassName
{
border-color: #8DCC10;
}
.TagClassName
{
border-color: #8DCC10;
}
</style>