Shades of Citrus #8DB80F
Tints of Citrus #8DB80F
RGB
CMYK
RGB Variations
Color information
#8DB80F (or 0x8DB80F) is known color: Citrus. HEX triplet: 8D, B8 and 0F. RGB value is (141,184,15). Sum of RGB (Red+Green+Blue) = 141+184+15=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB80F is #7247F0. Grayscale: #989898. Windows color (decimal): -7489521 or 1030285. OLE color: 1030285.
HSL color Cylindrical-coordinate representation of color #8DB80F: hue angle of 75.27º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DB80F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 15 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.28 |
| HSL | 75.27º | 0.85% | 0.39% | - |
| HSV(B) | 75.27º | 0.92% | 0.72% | - |
| XYZ | 28.21 | 39.98 | 6.68 | - |
| YUV | 151.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 15 | 0.23 | 0 | 0.92 | 0.28 | 75.27 | 0.85 | 0.39 |
| Hex | 8D | B8 | F | 17 | 0 | 5C | 1C | 4B | 55 | 27 |
| Octal | 215 | 270 | 17 | 27 | 0 | 134 | 34 | 113 | 125 | 47 |
| Binary | 10001101 | 10111000 | 1111 | 10111 | 0 | 1011100 | 11100 | 1001011 | 1010101 | 100111 |
Color Harmonies of #8DB80F
Complementary color
Monochromatic Colors of #8DB80F
Black with #8DB80F
Text Example
Text Example
White with #8DB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB80F; }
p { color: rgb(141,184,15); }
H1.HeaderClassName
{
color: #8DB80F;
}
.AnyTagClassName
{
color: #8DB80F;
}
</style>
background-color css
<style>
a { background-color: #8DB80F; }
a { background-color: rgb(141,184,15); }
div.DivClassName
{
background-color: #8DB80F;
}
.BgClassName
{
background-color: #8DB80F;
}
</style>
border-color css
<style>
span { border-color: #8DB80F; }
span { border-color: rgb(141,184,15); }
td.TdClassName
{
border-color: #8DB80F;
}
.TagClassName
{
border-color: #8DB80F;
}
</style>