Shades of Screamin' Green #42F87A
Tints of Screamin' Green #42F87A
RGB
CMYK
RGB Variations
Color information
#42F87A (or 0x42F87A) is known color: Screamin' Green. HEX triplet: 42, F8 and 7A. RGB value is (66,248,122). Sum of RGB (Red+Green+Blue) = 66+248+122=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #42F87A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F87A is #BD0785. Grayscale: #B3B3B3. Windows color (decimal): -12388230 or 8058946. OLE color: 8058946.
HSL color Cylindrical-coordinate representation of color #42F87A: hue angle of 138.46º 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 #42F87A is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 122 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.03 |
| HSL | 138.46º | 0.93% | 0.62% | - |
| HSV(B) | 138.46º | 0.73% | 0.97% | - |
| XYZ | 39.33 | 69.7 | 29.79 | - |
| YUV | 179.22 | 95.7 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 122 | 0.73 | 0 | 0.51 | 0.03 | 138.46 | 0.93 | 0.62 |
| Hex | 42 | F8 | 7A | 49 | 0 | 33 | 3 | 8A | 5D | 3E |
| Octal | 102 | 370 | 172 | 111 | 0 | 63 | 3 | 212 | 135 | 76 |
| Binary | 1000010 | 11111000 | 1111010 | 1001001 | 0 | 110011 | 11 | 10001010 | 1011101 | 111110 |
Color Harmonies of #42F87A
Complementary color
Monochromatic Colors of #42F87A
Black with #42F87A
Text Example
Text Example
White with #42F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F87A; }
p { color: rgb(66,248,122); }
H1.HeaderClassName
{
color: #42F87A;
}
.AnyTagClassName
{
color: #42F87A;
}
</style>
background-color css
<style>
a { background-color: #42F87A; }
a { background-color: rgb(66,248,122); }
div.DivClassName
{
background-color: #42F87A;
}
.BgClassName
{
background-color: #42F87A;
}
</style>
border-color css
<style>
span { border-color: #42F87A; }
span { border-color: rgb(66,248,122); }
td.TdClassName
{
border-color: #42F87A;
}
.TagClassName
{
border-color: #42F87A;
}
</style>