Shades of Yellow Green #8EC038
Tints of Yellow Green #8EC038
RGB
CMYK
RGB Variations
Color information
#8EC038 (or 0x8EC038) is known color: Yellow Green. HEX triplet: 8E, C0 and 38. RGB value is (142,192,56). Sum of RGB (Red+Green+Blue) = 142+192+56=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC038 is #713FC7. Grayscale: #A2A2A2. Windows color (decimal): -7421896 or 3719310. OLE color: 3719310.
HSL color Cylindrical-coordinate representation of color #8EC038: hue angle of 82.06º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EC038 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 56 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.25 |
| HSL | 82.06º | 0.55% | 0.49% | - |
| HSV(B) | 82.06º | 0.71% | 0.75% | - |
| XYZ | 30.72 | 43.74 | 10.56 | - |
| YUV | 161.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 56 | 0.26 | 0 | 0.71 | 0.25 | 82.06 | 0.55 | 0.49 |
| Hex | 8E | C0 | 38 | 1A | 0 | 47 | 19 | 52 | 37 | 31 |
| Octal | 216 | 300 | 70 | 32 | 0 | 107 | 31 | 122 | 67 | 61 |
| Binary | 10001110 | 11000000 | 111000 | 11010 | 0 | 1000111 | 11001 | 1010010 | 110111 | 110001 |
Color Harmonies of #8EC038
Complementary color
Monochromatic Colors of #8EC038
Black with #8EC038
Text Example
Text Example
White with #8EC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC038; }
p { color: rgb(142,192,56); }
H1.HeaderClassName
{
color: #8EC038;
}
.AnyTagClassName
{
color: #8EC038;
}
</style>
background-color css
<style>
a { background-color: #8EC038; }
a { background-color: rgb(142,192,56); }
div.DivClassName
{
background-color: #8EC038;
}
.BgClassName
{
background-color: #8EC038;
}
</style>
border-color css
<style>
span { border-color: #8EC038; }
span { border-color: rgb(142,192,56); }
td.TdClassName
{
border-color: #8EC038;
}
.TagClassName
{
border-color: #8EC038;
}
</style>