Shades of Screamin' Green #42F756
Tints of Screamin' Green #42F756
RGB
CMYK
RGB Variations
Color information
#42F756 (or 0x42F756) is known color: Screamin' Green. HEX triplet: 42, F7 and 56. RGB value is (66,247,86). Sum of RGB (Red+Green+Blue) = 66+247+86=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 247 (96.88% from 255 or 61.90% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 247 - color contains mainly: green. Hex color #42F756 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F756 is #BD08A9. Grayscale: #AEAEAE. Windows color (decimal): -12388522 or 5699394. OLE color: 5699394.
HSL color Cylindrical-coordinate representation of color #42F756: hue angle of 126.63º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F756 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 86 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.03 |
| HSL | 126.63º | 0.92% | 0.61% | - |
| HSV(B) | 126.63º | 0.73% | 0.97% | - |
| XYZ | 37.19 | 68.35 | 20.04 | - |
| YUV | 174.53 | 78.03 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 86 | 0.73 | 0 | 0.65 | 0.03 | 126.63 | 0.92 | 0.61 |
| Hex | 42 | F7 | 56 | 49 | 0 | 41 | 3 | 7F | 5C | 3D |
| Octal | 102 | 367 | 126 | 111 | 0 | 101 | 3 | 177 | 134 | 75 |
| Binary | 1000010 | 11110111 | 1010110 | 1001001 | 0 | 1000001 | 11 | 1111111 | 1011100 | 111101 |
Color Harmonies of #42F756
Complementary color
Monochromatic Colors of #42F756
Black with #42F756
Text Example
Text Example
White with #42F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F756; }
p { color: rgb(66,247,86); }
H1.HeaderClassName
{
color: #42F756;
}
.AnyTagClassName
{
color: #42F756;
}
</style>
background-color css
<style>
a { background-color: #42F756; }
a { background-color: rgb(66,247,86); }
div.DivClassName
{
background-color: #42F756;
}
.BgClassName
{
background-color: #42F756;
}
</style>
border-color css
<style>
span { border-color: #42F756; }
span { border-color: rgb(66,247,86); }
td.TdClassName
{
border-color: #42F756;
}
.TagClassName
{
border-color: #42F756;
}
</style>