Shades of Screamin' Green #42F949
Tints of Screamin' Green #42F949
RGB
CMYK
RGB Variations
Color information
#42F949 (or 0x42F949) is known color: Screamin' Green. HEX triplet: 42, F9 and 49. RGB value is (66,249,73). Sum of RGB (Red+Green+Blue) = 66+249+73=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #42F949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F949 is #BD06B6. Grayscale: #AEAEAE. Windows color (decimal): -12388023 or 4847938. OLE color: 4847938.
HSL color Cylindrical-coordinate representation of color #42F949: hue angle of 122.3º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F949 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 73 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.02 |
| HSL | 122.3º | 0.94% | 0.62% | - |
| HSV(B) | 122.3º | 0.73% | 0.98% | - |
| XYZ | 37.33 | 69.39 | 17.73 | - |
| YUV | 174.22 | 70.87 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 73 | 0.73 | 0 | 0.71 | 0.02 | 122.3 | 0.94 | 0.62 |
| Hex | 42 | F9 | 49 | 49 | 0 | 47 | 2 | 7A | 5E | 3E |
| Octal | 102 | 371 | 111 | 111 | 0 | 107 | 2 | 172 | 136 | 76 |
| Binary | 1000010 | 11111001 | 1001001 | 1001001 | 0 | 1000111 | 10 | 1111010 | 1011110 | 111110 |
Color Harmonies of #42F949
Complementary color
Monochromatic Colors of #42F949
Black with #42F949
Text Example
Text Example
White with #42F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F949; }
p { color: rgb(66,249,73); }
H1.HeaderClassName
{
color: #42F949;
}
.AnyTagClassName
{
color: #42F949;
}
</style>
background-color css
<style>
a { background-color: #42F949; }
a { background-color: rgb(66,249,73); }
div.DivClassName
{
background-color: #42F949;
}
.BgClassName
{
background-color: #42F949;
}
</style>
border-color css
<style>
span { border-color: #42F949; }
span { border-color: rgb(66,249,73); }
td.TdClassName
{
border-color: #42F949;
}
.TagClassName
{
border-color: #42F949;
}
</style>