Shades of Green Yellow #8CF526
Tints of Green Yellow #8CF526
RGB
CMYK
RGB Variations
Color information
#8CF526 (or 0x8CF526) is known color: Green Yellow. HEX triplet: 8C, F5 and 26. RGB value is (140,245,38). Sum of RGB (Red+Green+Blue) = 140+245+38=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF526 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF526 is #730AD9. Grayscale: #BEBEBE. Windows color (decimal): -7539418 or 2553228. OLE color: 2553228.
HSL color Cylindrical-coordinate representation of color #8CF526: hue angle of 90.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CF526 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 245 | 38 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.04 |
| HSL | 90.43º | 0.91% | 0.55% | - |
| HSV(B) | 90.43º | 0.84% | 0.96% | - |
| XYZ | 43.82 | 71.02 | 13.23 | - |
| YUV | 190.01 | 42.21 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 245 | 38 | 0.43 | 0 | 0.84 | 0.04 | 90.43 | 0.91 | 0.55 |
| Hex | 8C | F5 | 26 | 2B | 0 | 54 | 4 | 5A | 5B | 37 |
| Octal | 214 | 365 | 46 | 53 | 0 | 124 | 4 | 132 | 133 | 67 |
| Binary | 10001100 | 11110101 | 100110 | 101011 | 0 | 1010100 | 100 | 1011010 | 1011011 | 110111 |
Color Harmonies of #8CF526
Complementary color
Monochromatic Colors of #8CF526
Black with #8CF526
Text Example
Text Example
White with #8CF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF526; }
p { color: rgb(140,245,38); }
H1.HeaderClassName
{
color: #8CF526;
}
.AnyTagClassName
{
color: #8CF526;
}
</style>
background-color css
<style>
a { background-color: #8CF526; }
a { background-color: rgb(140,245,38); }
div.DivClassName
{
background-color: #8CF526;
}
.BgClassName
{
background-color: #8CF526;
}
</style>
border-color css
<style>
span { border-color: #8CF526; }
span { border-color: rgb(140,245,38); }
td.TdClassName
{
border-color: #8CF526;
}
.TagClassName
{
border-color: #8CF526;
}
</style>