Shades of Screamin' Green #42FA70
Tints of Screamin' Green #42FA70
RGB
CMYK
RGB Variations
Color information
#42FA70 (or 0x42FA70) is known color: Screamin' Green. HEX triplet: 42, FA and 70. RGB value is (66,250,112). Sum of RGB (Red+Green+Blue) = 66+250+112=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 250 (98.05% from 255 or 58.41% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA70 is #BD058F. Grayscale: #B3B3B3. Windows color (decimal): -12387728 or 7404098. OLE color: 7404098.
HSL color Cylindrical-coordinate representation of color #42FA70: hue angle of 135º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA70 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 112 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.02 |
| HSL | 135º | 0.95% | 0.62% | - |
| HSV(B) | 135º | 0.74% | 0.98% | - |
| XYZ | 39.36 | 70.7 | 26.9 | - |
| YUV | 179.25 | 90.04 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 112 | 0.74 | 0 | 0.55 | 0.02 | 135 | 0.95 | 0.62 |
| Hex | 42 | FA | 70 | 4A | 0 | 37 | 2 | 87 | 5F | 3E |
| Octal | 102 | 372 | 160 | 112 | 0 | 67 | 2 | 207 | 137 | 76 |
| Binary | 1000010 | 11111010 | 1110000 | 1001010 | 0 | 110111 | 10 | 10000111 | 1011111 | 111110 |
Color Harmonies of #42FA70
Complementary color
Monochromatic Colors of #42FA70
Black with #42FA70
Text Example
Text Example
White with #42FA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA70; }
p { color: rgb(66,250,112); }
H1.HeaderClassName
{
color: #42FA70;
}
.AnyTagClassName
{
color: #42FA70;
}
</style>
background-color css
<style>
a { background-color: #42FA70; }
a { background-color: rgb(66,250,112); }
div.DivClassName
{
background-color: #42FA70;
}
.BgClassName
{
background-color: #42FA70;
}
</style>
border-color css
<style>
span { border-color: #42FA70; }
span { border-color: rgb(66,250,112); }
td.TdClassName
{
border-color: #42FA70;
}
.TagClassName
{
border-color: #42FA70;
}
</style>