Shades of Screamin' Green #42FA49
Tints of Screamin' Green #42FA49
RGB
CMYK
RGB Variations
Color information
#42FA49 (or 0x42FA49) is known color: Screamin' Green. HEX triplet: 42, FA and 49. RGB value is (66,250,73). Sum of RGB (Red+Green+Blue) = 66+250+73=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA49 is #BD05B6. Grayscale: #AFAFAF. Windows color (decimal): -12387767 or 4848194. OLE color: 4848194.
HSL color Cylindrical-coordinate representation of color #42FA49: hue angle of 122.28º 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 #42FA49 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 73 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.02 |
| HSL | 122.28º | 0.95% | 0.62% | - |
| HSV(B) | 122.28º | 0.74% | 0.98% | - |
| XYZ | 37.63 | 70.01 | 17.83 | - |
| YUV | 174.81 | 70.54 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 73 | 0.74 | 0 | 0.71 | 0.02 | 122.28 | 0.95 | 0.62 |
| Hex | 42 | FA | 49 | 4A | 0 | 47 | 2 | 7A | 5F | 3E |
| Octal | 102 | 372 | 111 | 112 | 0 | 107 | 2 | 172 | 137 | 76 |
| Binary | 1000010 | 11111010 | 1001001 | 1001010 | 0 | 1000111 | 10 | 1111010 | 1011111 | 111110 |
Color Harmonies of #42FA49
Complementary color
Monochromatic Colors of #42FA49
Black with #42FA49
Text Example
Text Example
White with #42FA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA49; }
p { color: rgb(66,250,73); }
H1.HeaderClassName
{
color: #42FA49;
}
.AnyTagClassName
{
color: #42FA49;
}
</style>
background-color css
<style>
a { background-color: #42FA49; }
a { background-color: rgb(66,250,73); }
div.DivClassName
{
background-color: #42FA49;
}
.BgClassName
{
background-color: #42FA49;
}
</style>
border-color css
<style>
span { border-color: #42FA49; }
span { border-color: rgb(66,250,73); }
td.TdClassName
{
border-color: #42FA49;
}
.TagClassName
{
border-color: #42FA49;
}
</style>