Shades of Citrus #8DC90F
Tints of Citrus #8DC90F
RGB
CMYK
RGB Variations
Color information
#8DC90F (or 0x8DC90F) is known color: Citrus. HEX triplet: 8D, C9 and 0F. RGB value is (141,201,15). Sum of RGB (Red+Green+Blue) = 141+201+15=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC90F is #7236F0. Grayscale: #A2A2A2. Windows color (decimal): -7485169 or 1034637. OLE color: 1034637.
HSL color Cylindrical-coordinate representation of color #8DC90F: hue angle of 79.35º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DC90F is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 15 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.21 |
| HSL | 79.35º | 0.86% | 0.42% | - |
| HSV(B) | 79.35º | 0.93% | 0.79% | - |
| XYZ | 31.96 | 47.47 | 7.93 | - |
| YUV | 161.86 | 45.12 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 15 | 0.30 | 0 | 0.93 | 0.21 | 79.35 | 0.86 | 0.42 |
| Hex | 8D | C9 | F | 1E | 0 | 5D | 15 | 4F | 56 | 2A |
| Octal | 215 | 311 | 17 | 36 | 0 | 135 | 25 | 117 | 126 | 52 |
| Binary | 10001101 | 11001001 | 1111 | 11110 | 0 | 1011101 | 10101 | 1001111 | 1010110 | 101010 |
Color Harmonies of #8DC90F
Complementary color
Monochromatic Colors of #8DC90F
Black with #8DC90F
Text Example
Text Example
White with #8DC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC90F; }
p { color: rgb(141,201,15); }
H1.HeaderClassName
{
color: #8DC90F;
}
.AnyTagClassName
{
color: #8DC90F;
}
</style>
background-color css
<style>
a { background-color: #8DC90F; }
a { background-color: rgb(141,201,15); }
div.DivClassName
{
background-color: #8DC90F;
}
.BgClassName
{
background-color: #8DC90F;
}
</style>
border-color css
<style>
span { border-color: #8DC90F; }
span { border-color: rgb(141,201,15); }
td.TdClassName
{
border-color: #8DC90F;
}
.TagClassName
{
border-color: #8DC90F;
}
</style>