Shades of Green Yellow #8CF238
Tints of Green Yellow #8CF238
RGB
CMYK
RGB Variations
Color information
#8CF238 (or 0x8CF238) is known color: Green Yellow. HEX triplet: 8C, F2 and 38. RGB value is (140,242,56). Sum of RGB (Red+Green+Blue) = 140+242+56=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF238 is #730DC7. Grayscale: #BEBEBE. Windows color (decimal): -7540168 or 3732108. OLE color: 3732108.
HSL color Cylindrical-coordinate representation of color #8CF238: hue angle of 92.9º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CF238 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 56 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.05 |
| HSL | 92.9º | 0.88% | 0.58% | - |
| HSV(B) | 92.9º | 0.77% | 0.95% | - |
| XYZ | 43.28 | 69.37 | 14.85 | - |
| YUV | 190.3 | 52.21 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 56 | 0.42 | 0 | 0.77 | 0.05 | 92.9 | 0.88 | 0.58 |
| Hex | 8C | F2 | 38 | 2A | 0 | 4D | 5 | 5D | 58 | 3A |
| Octal | 214 | 362 | 70 | 52 | 0 | 115 | 5 | 135 | 130 | 72 |
| Binary | 10001100 | 11110010 | 111000 | 101010 | 0 | 1001101 | 101 | 1011101 | 1011000 | 111010 |
Color Harmonies of #8CF238
Complementary color
Monochromatic Colors of #8CF238
Black with #8CF238
Text Example
Text Example
White with #8CF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF238; }
p { color: rgb(140,242,56); }
H1.HeaderClassName
{
color: #8CF238;
}
.AnyTagClassName
{
color: #8CF238;
}
</style>
background-color css
<style>
a { background-color: #8CF238; }
a { background-color: rgb(140,242,56); }
div.DivClassName
{
background-color: #8CF238;
}
.BgClassName
{
background-color: #8CF238;
}
</style>
border-color css
<style>
span { border-color: #8CF238; }
span { border-color: rgb(140,242,56); }
td.TdClassName
{
border-color: #8CF238;
}
.TagClassName
{
border-color: #8CF238;
}
</style>