Shades of Screamin' Green #42FF70
Tints of Screamin' Green #42FF70
RGB
CMYK
RGB Variations
Color information
#42FF70 (or 0x42FF70) is known color: Screamin' Green. HEX triplet: 42, FF and 70. RGB value is (66,255,112). Sum of RGB (Red+Green+Blue) = 66+255+112=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FF70 is #BD008F. Grayscale: #B6B6B6. Windows color (decimal): -12386448 or 7405378. OLE color: 7405378.
HSL color Cylindrical-coordinate representation of color #42FF70: hue angle of 134.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FF70 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 112 | - |
| CMYK | 0.74 | 0 | 0.56 | 0 |
| HSL | 134.6º | 1% | 0.63% | - |
| HSV(B) | 134.6º | 0.74% | 1% | - |
| XYZ | 40.93 | 73.85 | 27.43 | - |
| YUV | 182.19 | 88.38 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 112 | 0.74 | 0 | 0.56 | 0 | 134.6 | 1 | 0.63 |
| Hex | 42 | FF | 70 | 4A | 0 | 38 | 0 | 87 | 64 | 3F |
| Octal | 102 | 377 | 160 | 112 | 0 | 70 | 0 | 207 | 144 | 77 |
| Binary | 1000010 | 11111111 | 1110000 | 1001010 | 0 | 111000 | 0 | 10000111 | 1100100 | 111111 |
Color Harmonies of #42FF70
Complementary color
Monochromatic Colors of #42FF70
Black with #42FF70
Text Example
Text Example
White with #42FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF70; }
p { color: rgb(66,255,112); }
H1.HeaderClassName
{
color: #42FF70;
}
.AnyTagClassName
{
color: #42FF70;
}
</style>
background-color css
<style>
a { background-color: #42FF70; }
a { background-color: rgb(66,255,112); }
div.DivClassName
{
background-color: #42FF70;
}
.BgClassName
{
background-color: #42FF70;
}
</style>
border-color css
<style>
span { border-color: #42FF70; }
span { border-color: rgb(66,255,112); }
td.TdClassName
{
border-color: #42FF70;
}
.TagClassName
{
border-color: #42FF70;
}
</style>