Shades of Green Yellow #8CFA26
Tints of Green Yellow #8CFA26
RGB
CMYK
RGB Variations
Color information
#8CFA26 (or 0x8CFA26) is known color: Green Yellow. HEX triplet: 8C, FA and 26. RGB value is (140,250,38). Sum of RGB (Red+Green+Blue) = 140+250+38=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 250 (98.05% from 255 or 58.41% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA26 is #7305D9. Grayscale: #C1C1C1. Windows color (decimal): -7538138 or 2554508. OLE color: 2554508.
HSL color Cylindrical-coordinate representation of color #8CFA26: hue angle of 91.13º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CFA26 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 38 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.02 |
| HSL | 91.13º | 0.95% | 0.56% | - |
| HSV(B) | 91.13º | 0.85% | 0.98% | - |
| XYZ | 45.35 | 74.09 | 13.74 | - |
| YUV | 192.94 | 40.56 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 38 | 0.44 | 0 | 0.85 | 0.02 | 91.13 | 0.95 | 0.56 |
| Hex | 8C | FA | 26 | 2C | 0 | 55 | 2 | 5B | 5F | 38 |
| Octal | 214 | 372 | 46 | 54 | 0 | 125 | 2 | 133 | 137 | 70 |
| Binary | 10001100 | 11111010 | 100110 | 101100 | 0 | 1010101 | 10 | 1011011 | 1011111 | 111000 |
Color Harmonies of #8CFA26
Complementary color
Monochromatic Colors of #8CFA26
Black with #8CFA26
Text Example
Text Example
White with #8CFA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA26; }
p { color: rgb(140,250,38); }
H1.HeaderClassName
{
color: #8CFA26;
}
.AnyTagClassName
{
color: #8CFA26;
}
</style>
background-color css
<style>
a { background-color: #8CFA26; }
a { background-color: rgb(140,250,38); }
div.DivClassName
{
background-color: #8CFA26;
}
.BgClassName
{
background-color: #8CFA26;
}
</style>
border-color css
<style>
span { border-color: #8CFA26; }
span { border-color: rgb(140,250,38); }
td.TdClassName
{
border-color: #8CFA26;
}
.TagClassName
{
border-color: #8CFA26;
}
</style>