Shades of Citrus #8DCF09
Tints of Citrus #8DCF09
RGB
CMYK
RGB Variations
Color information
#8DCF09 (or 0x8DCF09) is known color: Citrus. HEX triplet: 8D, CF and 09. RGB value is (141,207,9). Sum of RGB (Red+Green+Blue) = 141+207+9=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCF09 is #7230F6. Grayscale: #A5A5A5. Windows color (decimal): -7483639 or 642957. OLE color: 642957.
HSL color Cylindrical-coordinate representation of color #8DCF09: hue angle of 80º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DCF09 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 9 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.19 |
| HSL | 80º | 0.92% | 0.42% | - |
| HSV(B) | 80º | 0.96% | 0.81% | - |
| XYZ | 33.35 | 50.31 | 8.21 | - |
| YUV | 164.69 | 40.13 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 9 | 0.32 | 0 | 0.96 | 0.19 | 80 | 0.92 | 0.42 |
| Hex | 8D | CF | 9 | 20 | 0 | 60 | 13 | 50 | 5C | 2A |
| Octal | 215 | 317 | 11 | 40 | 0 | 140 | 23 | 120 | 134 | 52 |
| Binary | 10001101 | 11001111 | 1001 | 100000 | 0 | 1100000 | 10011 | 1010000 | 1011100 | 101010 |
Color Harmonies of #8DCF09
Complementary color
Monochromatic Colors of #8DCF09
Black with #8DCF09
Text Example
Text Example
White with #8DCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF09; }
p { color: rgb(141,207,9); }
H1.HeaderClassName
{
color: #8DCF09;
}
.AnyTagClassName
{
color: #8DCF09;
}
</style>
background-color css
<style>
a { background-color: #8DCF09; }
a { background-color: rgb(141,207,9); }
div.DivClassName
{
background-color: #8DCF09;
}
.BgClassName
{
background-color: #8DCF09;
}
</style>
border-color css
<style>
span { border-color: #8DCF09; }
span { border-color: rgb(141,207,9); }
td.TdClassName
{
border-color: #8DCF09;
}
.TagClassName
{
border-color: #8DCF09;
}
</style>