Shades of Citrus #8DC307
Tints of Citrus #8DC307
RGB
CMYK
RGB Variations
Color information
#8DC307 (or 0x8DC307) is known color: Citrus. HEX triplet: 8D, C3 and 07. RGB value is (141,195,7). Sum of RGB (Red+Green+Blue) = 141+195+7=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC307 is #723CF8. Grayscale: #9E9E9E. Windows color (decimal): -7486713 or 508813. OLE color: 508813.
HSL color Cylindrical-coordinate representation of color #8DC307: hue angle of 77.23º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DC307 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 7 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.24 |
| HSL | 77.23º | 0.93% | 0.4% | - |
| HSV(B) | 77.23º | 0.96% | 0.76% | - |
| XYZ | 30.54 | 44.71 | 7.22 | - |
| YUV | 157.42 | 43.11 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 7 | 0.28 | 0 | 0.96 | 0.24 | 77.23 | 0.93 | 0.4 |
| Hex | 8D | C3 | 7 | 1C | 0 | 60 | 18 | 4D | 5D | 28 |
| Octal | 215 | 303 | 7 | 34 | 0 | 140 | 30 | 115 | 135 | 50 |
| Binary | 10001101 | 11000011 | 111 | 11100 | 0 | 1100000 | 11000 | 1001101 | 1011101 | 101000 |
Color Harmonies of #8DC307
Complementary color
Monochromatic Colors of #8DC307
Black with #8DC307
Text Example
Text Example
White with #8DC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC307; }
p { color: rgb(141,195,7); }
H1.HeaderClassName
{
color: #8DC307;
}
.AnyTagClassName
{
color: #8DC307;
}
</style>
background-color css
<style>
a { background-color: #8DC307; }
a { background-color: rgb(141,195,7); }
div.DivClassName
{
background-color: #8DC307;
}
.BgClassName
{
background-color: #8DC307;
}
</style>
border-color css
<style>
span { border-color: #8DC307; }
span { border-color: rgb(141,195,7); }
td.TdClassName
{
border-color: #8DC307;
}
.TagClassName
{
border-color: #8DC307;
}
</style>