Shades of Screamin' Green #42F549
Tints of Screamin' Green #42F549
RGB
CMYK
RGB Variations
Color information
#42F549 (or 0x42F549) is known color: Screamin' Green. HEX triplet: 42, F5 and 49. RGB value is (66,245,73). Sum of RGB (Red+Green+Blue) = 66+245+73=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 245 (96.09% from 255 or 63.80% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 245 - color contains mainly: green. Hex color #42F549 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F549 is #BD0AB6. Grayscale: #ACACAC. Windows color (decimal): -12389047 or 4846914. OLE color: 4846914.
HSL color Cylindrical-coordinate representation of color #42F549: hue angle of 122.35º degrees, saturation: 0.9, 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 #42F549 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 245 | 73 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.04 |
| HSL | 122.35º | 0.9% | 0.61% | - |
| HSV(B) | 122.35º | 0.73% | 0.96% | - |
| XYZ | 36.1 | 66.94 | 17.32 | - |
| YUV | 171.87 | 72.2 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 245 | 73 | 0.73 | 0 | 0.70 | 0.04 | 122.35 | 0.9 | 0.61 |
| Hex | 42 | F5 | 49 | 49 | 0 | 46 | 4 | 7A | 5A | 3D |
| Octal | 102 | 365 | 111 | 111 | 0 | 106 | 4 | 172 | 132 | 75 |
| Binary | 1000010 | 11110101 | 1001001 | 1001001 | 0 | 1000110 | 100 | 1111010 | 1011010 | 111101 |
Color Harmonies of #42F549
Complementary color
Monochromatic Colors of #42F549
Black with #42F549
Text Example
Text Example
White with #42F549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F549; }
p { color: rgb(66,245,73); }
H1.HeaderClassName
{
color: #42F549;
}
.AnyTagClassName
{
color: #42F549;
}
</style>
background-color css
<style>
a { background-color: #42F549; }
a { background-color: rgb(66,245,73); }
div.DivClassName
{
background-color: #42F549;
}
.BgClassName
{
background-color: #42F549;
}
</style>
border-color css
<style>
span { border-color: #42F549; }
span { border-color: rgb(66,245,73); }
td.TdClassName
{
border-color: #42F549;
}
.TagClassName
{
border-color: #42F549;
}
</style>