Shades of Green Yellow #8CFF45
Tints of Green Yellow #8CFF45
RGB
CMYK
RGB Variations
Color information
#8CFF45 (or 0x8CFF45) is known color: Green Yellow. HEX triplet: 8C, FF and 45. RGB value is (140,255,69). Sum of RGB (Red+Green+Blue) = 140+255+69=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF45 is #7300BA. Grayscale: #C8C8C8. Windows color (decimal): -7536827 or 4587404. OLE color: 4587404.
HSL color Cylindrical-coordinate representation of color #8CFF45: hue angle of 97.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CFF45 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 69 | - |
| CMYK | 0.45 | 0 | 0.73 | 0 |
| HSL | 97.1º | 1% | 0.64% | - |
| HSV(B) | 97.1º | 0.73% | 1% | - |
| XYZ | 47.65 | 77.53 | 18.08 | - |
| YUV | 199.41 | 54.4 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 69 | 0.45 | 0 | 0.73 | 0 | 97.1 | 1 | 0.64 |
| Hex | 8C | FF | 45 | 2D | 0 | 49 | 0 | 61 | 64 | 40 |
| Octal | 214 | 377 | 105 | 55 | 0 | 111 | 0 | 141 | 144 | 100 |
| Binary | 10001100 | 11111111 | 1000101 | 101101 | 0 | 1001001 | 0 | 1100001 | 1100100 | 1000000 |
Color Harmonies of #8CFF45
Complementary color
Monochromatic Colors of #8CFF45
Black with #8CFF45
Text Example
Text Example
White with #8CFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF45; }
p { color: rgb(140,255,69); }
H1.HeaderClassName
{
color: #8CFF45;
}
.AnyTagClassName
{
color: #8CFF45;
}
</style>
background-color css
<style>
a { background-color: #8CFF45; }
a { background-color: rgb(140,255,69); }
div.DivClassName
{
background-color: #8CFF45;
}
.BgClassName
{
background-color: #8CFF45;
}
</style>
border-color css
<style>
span { border-color: #8CFF45; }
span { border-color: rgb(140,255,69); }
td.TdClassName
{
border-color: #8CFF45;
}
.TagClassName
{
border-color: #8CFF45;
}
</style>