Shades of Screamin' Green #42F758
Tints of Screamin' Green #42F758
RGB
CMYK
RGB Variations
Color information
#42F758 (or 0x42F758) is known color: Screamin' Green. HEX triplet: 42, F7 and 58. RGB value is (66,247,88). Sum of RGB (Red+Green+Blue) = 66+247+88=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 247 (96.88% from 255 or 61.60% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 247 - color contains mainly: green. Hex color #42F758 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F758 is #BD08A7. Grayscale: #AFAFAF. Windows color (decimal): -12388520 or 5830466. OLE color: 5830466.
HSL color Cylindrical-coordinate representation of color #42F758: hue angle of 127.29º 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 #42F758 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 88 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.03 |
| HSL | 127.29º | 0.92% | 0.61% | - |
| HSV(B) | 127.29º | 0.73% | 0.97% | - |
| XYZ | 37.27 | 68.38 | 20.47 | - |
| YUV | 174.76 | 79.03 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 88 | 0.73 | 0 | 0.64 | 0.03 | 127.29 | 0.92 | 0.61 |
| Hex | 42 | F7 | 58 | 49 | 0 | 40 | 3 | 7F | 5C | 3D |
| Octal | 102 | 367 | 130 | 111 | 0 | 100 | 3 | 177 | 134 | 75 |
| Binary | 1000010 | 11110111 | 1011000 | 1001001 | 0 | 1000000 | 11 | 1111111 | 1011100 | 111101 |
Color Harmonies of #42F758
Complementary color
Monochromatic Colors of #42F758
Black with #42F758
Text Example
Text Example
White with #42F758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F758; }
p { color: rgb(66,247,88); }
H1.HeaderClassName
{
color: #42F758;
}
.AnyTagClassName
{
color: #42F758;
}
</style>
background-color css
<style>
a { background-color: #42F758; }
a { background-color: rgb(66,247,88); }
div.DivClassName
{
background-color: #42F758;
}
.BgClassName
{
background-color: #42F758;
}
</style>
border-color css
<style>
span { border-color: #42F758; }
span { border-color: rgb(66,247,88); }
td.TdClassName
{
border-color: #42F758;
}
.TagClassName
{
border-color: #42F758;
}
</style>