Shades of Screamin' Green #42E858
Tints of Screamin' Green #42E858
RGB
CMYK
RGB Variations
Color information
#42E858 (or 0x42E858) is known color: Screamin' Green. HEX triplet: 42, E8 and 58. RGB value is (66,232,88). Sum of RGB (Red+Green+Blue) = 66+232+88=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 232 (91.02% from 255 or 60.10% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 232 - color contains mainly: green. Hex color #42E858 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E858 is #BD17A7. Grayscale: #A6A6A6. Windows color (decimal): -12392360 or 5826626. OLE color: 5826626.
HSL color Cylindrical-coordinate representation of color #42E858: hue angle of 127.95º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E858 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 88 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.09 |
| HSL | 127.95º | 0.78% | 0.58% | - |
| HSV(B) | 127.95º | 0.72% | 0.91% | - |
| XYZ | 32.86 | 59.58 | 19 | - |
| YUV | 165.95 | 84 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 88 | 0.72 | 0 | 0.62 | 0.09 | 127.95 | 0.78 | 0.58 |
| Hex | 42 | E8 | 58 | 48 | 0 | 3E | 9 | 80 | 4E | 3A |
| Octal | 102 | 350 | 130 | 110 | 0 | 76 | 11 | 200 | 116 | 72 |
| Binary | 1000010 | 11101000 | 1011000 | 1001000 | 0 | 111110 | 1001 | 10000000 | 1001110 | 111010 |
Color Harmonies of #42E858
Complementary color
Monochromatic Colors of #42E858
Black with #42E858
Text Example
Text Example
White with #42E858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E858; }
p { color: rgb(66,232,88); }
H1.HeaderClassName
{
color: #42E858;
}
.AnyTagClassName
{
color: #42E858;
}
</style>
background-color css
<style>
a { background-color: #42E858; }
a { background-color: rgb(66,232,88); }
div.DivClassName
{
background-color: #42E858;
}
.BgClassName
{
background-color: #42E858;
}
</style>
border-color css
<style>
span { border-color: #42E858; }
span { border-color: rgb(66,232,88); }
td.TdClassName
{
border-color: #42E858;
}
.TagClassName
{
border-color: #42E858;
}
</style>