Shades of Green Yellow #8CF028
Tints of Green Yellow #8CF028
RGB
CMYK
RGB Variations
Color information
#8CF028 (or 0x8CF028) is known color: Green Yellow. HEX triplet: 8C, F0 and 28. RGB value is (140,240,40). Sum of RGB (Red+Green+Blue) = 140+240+40=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 240 (94.14% from 255 or 57.14% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF028 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF028 is #730FD7. Grayscale: #BCBCBC. Windows color (decimal): -7540696 or 2683020. OLE color: 2683020.
HSL color Cylindrical-coordinate representation of color #8CF028: hue angle of 90º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CF028 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 40 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.06 |
| HSL | 90º | 0.87% | 0.55% | - |
| HSV(B) | 90º | 0.83% | 0.94% | - |
| XYZ | 42.36 | 68.05 | 12.91 | - |
| YUV | 187.3 | 44.87 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 40 | 0.42 | 0 | 0.83 | 0.06 | 90 | 0.87 | 0.55 |
| Hex | 8C | F0 | 28 | 2A | 0 | 53 | 6 | 5A | 57 | 37 |
| Octal | 214 | 360 | 50 | 52 | 0 | 123 | 6 | 132 | 127 | 67 |
| Binary | 10001100 | 11110000 | 101000 | 101010 | 0 | 1010011 | 110 | 1011010 | 1010111 | 110111 |
Color Harmonies of #8CF028
Complementary color
Monochromatic Colors of #8CF028
Black with #8CF028
Text Example
Text Example
White with #8CF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF028; }
p { color: rgb(140,240,40); }
H1.HeaderClassName
{
color: #8CF028;
}
.AnyTagClassName
{
color: #8CF028;
}
</style>
background-color css
<style>
a { background-color: #8CF028; }
a { background-color: rgb(140,240,40); }
div.DivClassName
{
background-color: #8CF028;
}
.BgClassName
{
background-color: #8CF028;
}
</style>
border-color css
<style>
span { border-color: #8CF028; }
span { border-color: rgb(140,240,40); }
td.TdClassName
{
border-color: #8CF028;
}
.TagClassName
{
border-color: #8CF028;
}
</style>