Shades of Citrus #8DC207
Tints of Citrus #8DC207
RGB
CMYK
RGB Variations
Color information
#8DC207 (or 0x8DC207) is known color: Citrus. HEX triplet: 8D, C2 and 07. RGB value is (141,194,7). Sum of RGB (Red+Green+Blue) = 141+194+7=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC207 is #723DF8. Grayscale: #9D9D9D. Windows color (decimal): -7486969 or 508557. OLE color: 508557.
HSL color Cylindrical-coordinate representation of color #8DC207: hue angle of 77.01º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DC207 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 7 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.24 |
| HSL | 77.01º | 0.93% | 0.39% | - |
| HSV(B) | 77.01º | 0.96% | 0.76% | - |
| XYZ | 30.31 | 44.26 | 7.15 | - |
| YUV | 156.84 | 43.44 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 7 | 0.27 | 0 | 0.96 | 0.24 | 77.01 | 0.93 | 0.39 |
| Hex | 8D | C2 | 7 | 1B | 0 | 60 | 18 | 4D | 5D | 27 |
| Octal | 215 | 302 | 7 | 33 | 0 | 140 | 30 | 115 | 135 | 47 |
| Binary | 10001101 | 11000010 | 111 | 11011 | 0 | 1100000 | 11000 | 1001101 | 1011101 | 100111 |
Color Harmonies of #8DC207
Complementary color
Monochromatic Colors of #8DC207
Black with #8DC207
Text Example
Text Example
White with #8DC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC207; }
p { color: rgb(141,194,7); }
H1.HeaderClassName
{
color: #8DC207;
}
.AnyTagClassName
{
color: #8DC207;
}
</style>
background-color css
<style>
a { background-color: #8DC207; }
a { background-color: rgb(141,194,7); }
div.DivClassName
{
background-color: #8DC207;
}
.BgClassName
{
background-color: #8DC207;
}
</style>
border-color css
<style>
span { border-color: #8DC207; }
span { border-color: rgb(141,194,7); }
td.TdClassName
{
border-color: #8DC207;
}
.TagClassName
{
border-color: #8DC207;
}
</style>