Shades of Screamin' Green #42FE70
Tints of Screamin' Green #42FE70
RGB
CMYK
RGB Variations
Color information
#42FE70 (or 0x42FE70) is known color: Screamin' Green. HEX triplet: 42, FE and 70. RGB value is (66,254,112). Sum of RGB (Red+Green+Blue) = 66+254+112=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 254 (99.61% from 255 or 58.80% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FE70 is #BD018F. Grayscale: #B5B5B5. Windows color (decimal): -12386704 or 7405122. OLE color: 7405122.
HSL color Cylindrical-coordinate representation of color #42FE70: hue angle of 134.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FE70 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 112 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.00 |
| HSL | 134.68º | 0.99% | 0.63% | - |
| HSV(B) | 134.68º | 0.74% | 1% | - |
| XYZ | 40.61 | 73.21 | 27.32 | - |
| YUV | 181.6 | 88.72 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 112 | 0.74 | 0 | 0.56 | 0.00 | 134.68 | 0.99 | 0.63 |
| Hex | 42 | FE | 70 | 4A | 0 | 38 | 0 | 87 | 63 | 3F |
| Octal | 102 | 376 | 160 | 112 | 0 | 70 | 0 | 207 | 143 | 77 |
| Binary | 1000010 | 11111110 | 1110000 | 1001010 | 0 | 111000 | 0 | 10000111 | 1100011 | 111111 |
Color Harmonies of #42FE70
Complementary color
Monochromatic Colors of #42FE70
Black with #42FE70
Text Example
Text Example
White with #42FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE70; }
p { color: rgb(66,254,112); }
H1.HeaderClassName
{
color: #42FE70;
}
.AnyTagClassName
{
color: #42FE70;
}
</style>
background-color css
<style>
a { background-color: #42FE70; }
a { background-color: rgb(66,254,112); }
div.DivClassName
{
background-color: #42FE70;
}
.BgClassName
{
background-color: #42FE70;
}
</style>
border-color css
<style>
span { border-color: #42FE70; }
span { border-color: rgb(66,254,112); }
td.TdClassName
{
border-color: #42FE70;
}
.TagClassName
{
border-color: #42FE70;
}
</style>