Shades of Yellow Green #8FCF12
Tints of Yellow Green #8FCF12
RGB
CMYK
RGB Variations
Color information
#8FCF12 (or 0x8FCF12) is known color: Yellow Green. HEX triplet: 8F, CF and 12. RGB value is (143,207,18). Sum of RGB (Red+Green+Blue) = 143+207+18=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCF12 is #7030ED. Grayscale: #A7A7A7. Windows color (decimal): -7352558 or 1232783. OLE color: 1232783.
HSL color Cylindrical-coordinate representation of color #8FCF12: hue angle of 80.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FCF12 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 18 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.19 |
| HSL | 80.32º | 0.84% | 0.44% | - |
| HSV(B) | 80.32º | 0.91% | 0.81% | - |
| XYZ | 33.75 | 50.51 | 8.54 | - |
| YUV | 166.32 | 44.3 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 18 | 0.31 | 0 | 0.91 | 0.19 | 80.32 | 0.84 | 0.44 |
| Hex | 8F | CF | 12 | 1F | 0 | 5B | 13 | 50 | 54 | 2C |
| Octal | 217 | 317 | 22 | 37 | 0 | 133 | 23 | 120 | 124 | 54 |
| Binary | 10001111 | 11001111 | 10010 | 11111 | 0 | 1011011 | 10011 | 1010000 | 1010100 | 101100 |
Color Harmonies of #8FCF12
Complementary color
Monochromatic Colors of #8FCF12
Black with #8FCF12
Text Example
Text Example
White with #8FCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF12; }
p { color: rgb(143,207,18); }
H1.HeaderClassName
{
color: #8FCF12;
}
.AnyTagClassName
{
color: #8FCF12;
}
</style>
background-color css
<style>
a { background-color: #8FCF12; }
a { background-color: rgb(143,207,18); }
div.DivClassName
{
background-color: #8FCF12;
}
.BgClassName
{
background-color: #8FCF12;
}
</style>
border-color css
<style>
span { border-color: #8FCF12; }
span { border-color: rgb(143,207,18); }
td.TdClassName
{
border-color: #8FCF12;
}
.TagClassName
{
border-color: #8FCF12;
}
</style>