Shades of Green Yellow #8CF228
Tints of Green Yellow #8CF228
RGB
CMYK
RGB Variations
Color information
#8CF228 (or 0x8CF228) is known color: Green Yellow. HEX triplet: 8C, F2 and 28. RGB value is (140,242,40). Sum of RGB (Red+Green+Blue) = 140+242+40=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF228 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF228 is #730DD7. Grayscale: #BDBDBD. Windows color (decimal): -7540184 or 2683532. OLE color: 2683532.
HSL color Cylindrical-coordinate representation of color #8CF228: hue angle of 90.3º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CF228 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 40 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.05 |
| HSL | 90.3º | 0.89% | 0.55% | - |
| HSV(B) | 90.3º | 0.83% | 0.95% | - |
| XYZ | 42.95 | 69.23 | 13.11 | - |
| YUV | 188.47 | 44.21 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 40 | 0.42 | 0 | 0.83 | 0.05 | 90.3 | 0.89 | 0.55 |
| Hex | 8C | F2 | 28 | 2A | 0 | 53 | 5 | 5A | 59 | 37 |
| Octal | 214 | 362 | 50 | 52 | 0 | 123 | 5 | 132 | 131 | 67 |
| Binary | 10001100 | 11110010 | 101000 | 101010 | 0 | 1010011 | 101 | 1011010 | 1011001 | 110111 |
Color Harmonies of #8CF228
Complementary color
Monochromatic Colors of #8CF228
Black with #8CF228
Text Example
Text Example
White with #8CF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF228; }
p { color: rgb(140,242,40); }
H1.HeaderClassName
{
color: #8CF228;
}
.AnyTagClassName
{
color: #8CF228;
}
</style>
background-color css
<style>
a { background-color: #8CF228; }
a { background-color: rgb(140,242,40); }
div.DivClassName
{
background-color: #8CF228;
}
.BgClassName
{
background-color: #8CF228;
}
</style>
border-color css
<style>
span { border-color: #8CF228; }
span { border-color: rgb(140,242,40); }
td.TdClassName
{
border-color: #8CF228;
}
.TagClassName
{
border-color: #8CF228;
}
</style>