Shades of Citrus #8DB10F
Tints of Citrus #8DB10F
RGB
CMYK
RGB Variations
Color information
#8DB10F (or 0x8DB10F) is known color: Citrus. HEX triplet: 8D, B1 and 0F. RGB value is (141,177,15). Sum of RGB (Red+Green+Blue) = 141+177+15=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB10F is #724EF0. Grayscale: #949494. Windows color (decimal): -7491313 or 1028493. OLE color: 1028493.
HSL color Cylindrical-coordinate representation of color #8DB10F: hue angle of 73.33º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DB10F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 15 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.31 |
| HSL | 73.33º | 0.84% | 0.38% | - |
| HSV(B) | 73.33º | 0.92% | 0.69% | - |
| XYZ | 26.79 | 37.14 | 6.21 | - |
| YUV | 147.77 | 53.07 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 15 | 0.20 | 0 | 0.92 | 0.31 | 73.33 | 0.84 | 0.38 |
| Hex | 8D | B1 | F | 14 | 0 | 5C | 1F | 49 | 54 | 26 |
| Octal | 215 | 261 | 17 | 24 | 0 | 134 | 37 | 111 | 124 | 46 |
| Binary | 10001101 | 10110001 | 1111 | 10100 | 0 | 1011100 | 11111 | 1001001 | 1010100 | 100110 |
Color Harmonies of #8DB10F
Complementary color
Monochromatic Colors of #8DB10F
Black with #8DB10F
Text Example
Text Example
White with #8DB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB10F; }
p { color: rgb(141,177,15); }
H1.HeaderClassName
{
color: #8DB10F;
}
.AnyTagClassName
{
color: #8DB10F;
}
</style>
background-color css
<style>
a { background-color: #8DB10F; }
a { background-color: rgb(141,177,15); }
div.DivClassName
{
background-color: #8DB10F;
}
.BgClassName
{
background-color: #8DB10F;
}
</style>
border-color css
<style>
span { border-color: #8DB10F; }
span { border-color: rgb(141,177,15); }
td.TdClassName
{
border-color: #8DB10F;
}
.TagClassName
{
border-color: #8DB10F;
}
</style>