Shades of Screamin' Green #42F879
Tints of Screamin' Green #42F879
RGB
CMYK
RGB Variations
Color information
#42F879 (or 0x42F879) is known color: Screamin' Green. HEX triplet: 42, F8 and 79. RGB value is (66,248,121). Sum of RGB (Red+Green+Blue) = 66+248+121=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #42F879 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F879 is #BD0786. Grayscale: #B3B3B3. Windows color (decimal): -12388231 or 7993410. OLE color: 7993410.
HSL color Cylindrical-coordinate representation of color #42F879: hue angle of 138.13º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F879 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 121 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.03 |
| HSL | 138.13º | 0.93% | 0.62% | - |
| HSV(B) | 138.13º | 0.73% | 0.97% | - |
| XYZ | 39.27 | 69.67 | 29.47 | - |
| YUV | 179.1 | 95.2 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 121 | 0.73 | 0 | 0.51 | 0.03 | 138.13 | 0.93 | 0.62 |
| Hex | 42 | F8 | 79 | 49 | 0 | 33 | 3 | 8A | 5D | 3E |
| Octal | 102 | 370 | 171 | 111 | 0 | 63 | 3 | 212 | 135 | 76 |
| Binary | 1000010 | 11111000 | 1111001 | 1001001 | 0 | 110011 | 11 | 10001010 | 1011101 | 111110 |
Color Harmonies of #42F879
Complementary color
Monochromatic Colors of #42F879
Black with #42F879
Text Example
Text Example
White with #42F879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F879; }
p { color: rgb(66,248,121); }
H1.HeaderClassName
{
color: #42F879;
}
.AnyTagClassName
{
color: #42F879;
}
</style>
background-color css
<style>
a { background-color: #42F879; }
a { background-color: rgb(66,248,121); }
div.DivClassName
{
background-color: #42F879;
}
.BgClassName
{
background-color: #42F879;
}
</style>
border-color css
<style>
span { border-color: #42F879; }
span { border-color: rgb(66,248,121); }
td.TdClassName
{
border-color: #42F879;
}
.TagClassName
{
border-color: #42F879;
}
</style>