Shades of Citrus #8DC10F
Tints of Citrus #8DC10F
RGB
CMYK
RGB Variations
Color information
#8DC10F (or 0x8DC10F) is known color: Citrus. HEX triplet: 8D, C1 and 0F. RGB value is (141,193,15). Sum of RGB (Red+Green+Blue) = 141+193+15=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC10F is #723EF0. Grayscale: #9D9D9D. Windows color (decimal): -7487217 or 1032589. OLE color: 1032589.
HSL color Cylindrical-coordinate representation of color #8DC10F: hue angle of 77.53º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DC10F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 15 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.24 |
| HSL | 77.53º | 0.86% | 0.41% | - |
| HSV(B) | 77.53º | 0.92% | 0.76% | - |
| XYZ | 30.14 | 43.84 | 7.32 | - |
| YUV | 157.16 | 47.77 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 15 | 0.27 | 0 | 0.92 | 0.24 | 77.53 | 0.86 | 0.41 |
| Hex | 8D | C1 | F | 1B | 0 | 5C | 18 | 4E | 56 | 29 |
| Octal | 215 | 301 | 17 | 33 | 0 | 134 | 30 | 116 | 126 | 51 |
| Binary | 10001101 | 11000001 | 1111 | 11011 | 0 | 1011100 | 11000 | 1001110 | 1010110 | 101001 |
Color Harmonies of #8DC10F
Complementary color
Monochromatic Colors of #8DC10F
Black with #8DC10F
Text Example
Text Example
White with #8DC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC10F; }
p { color: rgb(141,193,15); }
H1.HeaderClassName
{
color: #8DC10F;
}
.AnyTagClassName
{
color: #8DC10F;
}
</style>
background-color css
<style>
a { background-color: #8DC10F; }
a { background-color: rgb(141,193,15); }
div.DivClassName
{
background-color: #8DC10F;
}
.BgClassName
{
background-color: #8DC10F;
}
</style>
border-color css
<style>
span { border-color: #8DC10F; }
span { border-color: rgb(141,193,15); }
td.TdClassName
{
border-color: #8DC10F;
}
.TagClassName
{
border-color: #8DC10F;
}
</style>