Shades of Citrus #8DC80F
Tints of Citrus #8DC80F
RGB
CMYK
RGB Variations
Color information
#8DC80F (or 0x8DC80F) is known color: Citrus. HEX triplet: 8D, C8 and 0F. RGB value is (141,200,15). Sum of RGB (Red+Green+Blue) = 141+200+15=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC80F is #7237F0. Grayscale: #A1A1A1. Windows color (decimal): -7485425 or 1034381. OLE color: 1034381.
HSL color Cylindrical-coordinate representation of color #8DC80F: hue angle of 79.14º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DC80F is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 15 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.22 |
| HSL | 79.14º | 0.86% | 0.42% | - |
| HSV(B) | 79.14º | 0.93% | 0.78% | - |
| XYZ | 31.73 | 47.01 | 7.85 | - |
| YUV | 161.27 | 45.45 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 15 | 0.29 | 0 | 0.92 | 0.22 | 79.14 | 0.86 | 0.42 |
| Hex | 8D | C8 | F | 1D | 0 | 5C | 16 | 4F | 56 | 2A |
| Octal | 215 | 310 | 17 | 35 | 0 | 134 | 26 | 117 | 126 | 52 |
| Binary | 10001101 | 11001000 | 1111 | 11101 | 0 | 1011100 | 10110 | 1001111 | 1010110 | 101010 |
Color Harmonies of #8DC80F
Complementary color
Monochromatic Colors of #8DC80F
Black with #8DC80F
Text Example
Text Example
White with #8DC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC80F; }
p { color: rgb(141,200,15); }
H1.HeaderClassName
{
color: #8DC80F;
}
.AnyTagClassName
{
color: #8DC80F;
}
</style>
background-color css
<style>
a { background-color: #8DC80F; }
a { background-color: rgb(141,200,15); }
div.DivClassName
{
background-color: #8DC80F;
}
.BgClassName
{
background-color: #8DC80F;
}
</style>
border-color css
<style>
span { border-color: #8DC80F; }
span { border-color: rgb(141,200,15); }
td.TdClassName
{
border-color: #8DC80F;
}
.TagClassName
{
border-color: #8DC80F;
}
</style>