Shades of Citrus #8FCD12
Tints of Citrus #8FCD12
RGB
CMYK
RGB Variations
Color information
#8FCD12 (or 0x8FCD12) is known color: Citrus. HEX triplet: 8F, CD and 12. RGB value is (143,205,18). Sum of RGB (Red+Green+Blue) = 143+205+18=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCD12 is #7032ED. Grayscale: #A5A5A5. Windows color (decimal): -7353070 or 1232271. OLE color: 1232271.
HSL color Cylindrical-coordinate representation of color #8FCD12: hue angle of 79.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FCD12 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 18 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.20 |
| HSL | 79.89º | 0.84% | 0.44% | - |
| HSV(B) | 79.89º | 0.91% | 0.8% | - |
| XYZ | 33.27 | 49.55 | 8.38 | - |
| YUV | 165.14 | 44.96 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 18 | 0.30 | 0 | 0.91 | 0.20 | 79.89 | 0.84 | 0.44 |
| Hex | 8F | CD | 12 | 1E | 0 | 5B | 14 | 50 | 54 | 2C |
| Octal | 217 | 315 | 22 | 36 | 0 | 133 | 24 | 120 | 124 | 54 |
| Binary | 10001111 | 11001101 | 10010 | 11110 | 0 | 1011011 | 10100 | 1010000 | 1010100 | 101100 |
Color Harmonies of #8FCD12
Complementary color
Monochromatic Colors of #8FCD12
Black with #8FCD12
Text Example
Text Example
White with #8FCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD12; }
p { color: rgb(143,205,18); }
H1.HeaderClassName
{
color: #8FCD12;
}
.AnyTagClassName
{
color: #8FCD12;
}
</style>
background-color css
<style>
a { background-color: #8FCD12; }
a { background-color: rgb(143,205,18); }
div.DivClassName
{
background-color: #8FCD12;
}
.BgClassName
{
background-color: #8FCD12;
}
</style>
border-color css
<style>
span { border-color: #8FCD12; }
span { border-color: rgb(143,205,18); }
td.TdClassName
{
border-color: #8FCD12;
}
.TagClassName
{
border-color: #8FCD12;
}
</style>