Shades of Citrus #8DCC05
Tints of Citrus #8DCC05
RGB
CMYK
RGB Variations
Color information
#8DCC05 (or 0x8DCC05) is known color: Citrus. HEX triplet: 8D, CC and 05. RGB value is (141,204,5). Sum of RGB (Red+Green+Blue) = 141+204+5=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCC05 is #7233FA. Grayscale: #A3A3A3. Windows color (decimal): -7484411 or 380045. OLE color: 380045.
HSL color Cylindrical-coordinate representation of color #8DCC05: hue angle of 78.99º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DCC05 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 5 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.2 |
| HSL | 78.99º | 0.95% | 0.41% | - |
| HSV(B) | 78.99º | 0.98% | 0.8% | - |
| XYZ | 32.6 | 48.86 | 7.86 | - |
| YUV | 162.48 | 39.13 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 5 | 0.31 | 0 | 0.98 | 0.2 | 78.99 | 0.95 | 0.41 |
| Hex | 8D | CC | 5 | 1F | 0 | 62 | 14 | 4F | 5F | 29 |
| Octal | 215 | 314 | 5 | 37 | 0 | 142 | 24 | 117 | 137 | 51 |
| Binary | 10001101 | 11001100 | 101 | 11111 | 0 | 1100010 | 10100 | 1001111 | 1011111 | 101001 |
Color Harmonies of #8DCC05
Complementary color
Monochromatic Colors of #8DCC05
Black with #8DCC05
Text Example
Text Example
White with #8DCC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC05; }
p { color: rgb(141,204,5); }
H1.HeaderClassName
{
color: #8DCC05;
}
.AnyTagClassName
{
color: #8DCC05;
}
</style>
background-color css
<style>
a { background-color: #8DCC05; }
a { background-color: rgb(141,204,5); }
div.DivClassName
{
background-color: #8DCC05;
}
.BgClassName
{
background-color: #8DCC05;
}
</style>
border-color css
<style>
span { border-color: #8DCC05; }
span { border-color: rgb(141,204,5); }
td.TdClassName
{
border-color: #8DCC05;
}
.TagClassName
{
border-color: #8DCC05;
}
</style>