Shades of Screamin' Green #42F44D
Tints of Screamin' Green #42F44D
RGB
CMYK
RGB Variations
Color information
#42F44D (or 0x42F44D) is known color: Screamin' Green. HEX triplet: 42, F4 and 4D. RGB value is (66,244,77). Sum of RGB (Red+Green+Blue) = 66+244+77=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 244 (95.70% from 255 or 63.05% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 244 - color contains mainly: green. Hex color #42F44D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F44D is #BD0BB2. Grayscale: #ACACAC. Windows color (decimal): -12389299 or 5108802. OLE color: 5108802.
HSL color Cylindrical-coordinate representation of color #42F44D: hue angle of 123.71º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F44D is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 77 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.04 |
| HSL | 123.71º | 0.89% | 0.61% | - |
| HSV(B) | 123.71º | 0.73% | 0.96% | - |
| XYZ | 35.94 | 66.4 | 17.94 | - |
| YUV | 171.74 | 74.53 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 77 | 0.73 | 0 | 0.68 | 0.04 | 123.71 | 0.89 | 0.61 |
| Hex | 42 | F4 | 4D | 49 | 0 | 44 | 4 | 7C | 59 | 3D |
| Octal | 102 | 364 | 115 | 111 | 0 | 104 | 4 | 174 | 131 | 75 |
| Binary | 1000010 | 11110100 | 1001101 | 1001001 | 0 | 1000100 | 100 | 1111100 | 1011001 | 111101 |
Color Harmonies of #42F44D
Complementary color
Monochromatic Colors of #42F44D
Black with #42F44D
Text Example
Text Example
White with #42F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F44D; }
p { color: rgb(66,244,77); }
H1.HeaderClassName
{
color: #42F44D;
}
.AnyTagClassName
{
color: #42F44D;
}
</style>
background-color css
<style>
a { background-color: #42F44D; }
a { background-color: rgb(66,244,77); }
div.DivClassName
{
background-color: #42F44D;
}
.BgClassName
{
background-color: #42F44D;
}
</style>
border-color css
<style>
span { border-color: #42F44D; }
span { border-color: rgb(66,244,77); }
td.TdClassName
{
border-color: #42F44D;
}
.TagClassName
{
border-color: #42F44D;
}
</style>