Shades of Screamin' Green #42FA7A
Tints of Screamin' Green #42FA7A
RGB
CMYK
RGB Variations
Color information
#42FA7A (or 0x42FA7A) is known color: Screamin' Green. HEX triplet: 42, FA and 7A. RGB value is (66,250,122). Sum of RGB (Red+Green+Blue) = 66+250+122=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA7A is #BD0585. Grayscale: #B4B4B4. Windows color (decimal): -12387718 or 8059458. OLE color: 8059458.
HSL color Cylindrical-coordinate representation of color #42FA7A: hue angle of 138.26º 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 #42FA7A is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 122 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.02 |
| HSL | 138.26º | 0.95% | 0.62% | - |
| HSV(B) | 138.26º | 0.74% | 0.98% | - |
| XYZ | 39.95 | 70.93 | 30 | - |
| YUV | 180.39 | 95.04 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 122 | 0.74 | 0 | 0.51 | 0.02 | 138.26 | 0.95 | 0.62 |
| Hex | 42 | FA | 7A | 4A | 0 | 33 | 2 | 8A | 5F | 3E |
| Octal | 102 | 372 | 172 | 112 | 0 | 63 | 2 | 212 | 137 | 76 |
| Binary | 1000010 | 11111010 | 1111010 | 1001010 | 0 | 110011 | 10 | 10001010 | 1011111 | 111110 |
Color Harmonies of #42FA7A
Complementary color
Monochromatic Colors of #42FA7A
Black with #42FA7A
Text Example
Text Example
White with #42FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA7A; }
p { color: rgb(66,250,122); }
H1.HeaderClassName
{
color: #42FA7A;
}
.AnyTagClassName
{
color: #42FA7A;
}
</style>
background-color css
<style>
a { background-color: #42FA7A; }
a { background-color: rgb(66,250,122); }
div.DivClassName
{
background-color: #42FA7A;
}
.BgClassName
{
background-color: #42FA7A;
}
</style>
border-color css
<style>
span { border-color: #42FA7A; }
span { border-color: rgb(66,250,122); }
td.TdClassName
{
border-color: #42FA7A;
}
.TagClassName
{
border-color: #42FA7A;
}
</style>