Shades of Screamin' Green #42F779
Tints of Screamin' Green #42F779
RGB
CMYK
RGB Variations
Color information
#42F779 (or 0x42F779) is known color: Screamin' Green. HEX triplet: 42, F7 and 79. RGB value is (66,247,121). Sum of RGB (Red+Green+Blue) = 66+247+121=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #42F779 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F779 is #BD0886. Grayscale: #B2B2B2. Windows color (decimal): -12388487 or 7993154. OLE color: 7993154.
HSL color Cylindrical-coordinate representation of color #42F779: hue angle of 138.23º 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 #42F779 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 121 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.03 |
| HSL | 138.23º | 0.92% | 0.61% | - |
| HSV(B) | 138.23º | 0.73% | 0.97% | - |
| XYZ | 38.96 | 69.06 | 29.37 | - |
| YUV | 178.52 | 95.53 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 121 | 0.73 | 0 | 0.51 | 0.03 | 138.23 | 0.92 | 0.61 |
| Hex | 42 | F7 | 79 | 49 | 0 | 33 | 3 | 8A | 5C | 3D |
| Octal | 102 | 367 | 171 | 111 | 0 | 63 | 3 | 212 | 134 | 75 |
| Binary | 1000010 | 11110111 | 1111001 | 1001001 | 0 | 110011 | 11 | 10001010 | 1011100 | 111101 |
Color Harmonies of #42F779
Complementary color
Monochromatic Colors of #42F779
Black with #42F779
Text Example
Text Example
White with #42F779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F779; }
p { color: rgb(66,247,121); }
H1.HeaderClassName
{
color: #42F779;
}
.AnyTagClassName
{
color: #42F779;
}
</style>
background-color css
<style>
a { background-color: #42F779; }
a { background-color: rgb(66,247,121); }
div.DivClassName
{
background-color: #42F779;
}
.BgClassName
{
background-color: #42F779;
}
</style>
border-color css
<style>
span { border-color: #42F779; }
span { border-color: rgb(66,247,121); }
td.TdClassName
{
border-color: #42F779;
}
.TagClassName
{
border-color: #42F779;
}
</style>