Shades of Screamin' Green #42F44C
Tints of Screamin' Green #42F44C
RGB
CMYK
RGB Variations
Color information
#42F44C (or 0x42F44C) is known color: Screamin' Green. HEX triplet: 42, F4 and 4C. RGB value is (66,244,76). Sum of RGB (Red+Green+Blue) = 66+244+76=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 244 (95.70% from 255 or 63.21% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 244 - color contains mainly: green. Hex color #42F44C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F44C is #BD0BB3. Grayscale: #ACACAC. Windows color (decimal): -12389300 or 5043266. OLE color: 5043266.
HSL color Cylindrical-coordinate representation of color #42F44C: hue angle of 123.37º 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 #42F44C is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 76 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.04 |
| HSL | 123.37º | 0.89% | 0.61% | - |
| HSV(B) | 123.37º | 0.73% | 0.96% | - |
| XYZ | 35.9 | 66.38 | 17.76 | - |
| YUV | 171.63 | 74.03 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 76 | 0.73 | 0 | 0.69 | 0.04 | 123.37 | 0.89 | 0.61 |
| Hex | 42 | F4 | 4C | 49 | 0 | 45 | 4 | 7B | 59 | 3D |
| Octal | 102 | 364 | 114 | 111 | 0 | 105 | 4 | 173 | 131 | 75 |
| Binary | 1000010 | 11110100 | 1001100 | 1001001 | 0 | 1000101 | 100 | 1111011 | 1011001 | 111101 |
Color Harmonies of #42F44C
Complementary color
Monochromatic Colors of #42F44C
Black with #42F44C
Text Example
Text Example
White with #42F44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F44C; }
p { color: rgb(66,244,76); }
H1.HeaderClassName
{
color: #42F44C;
}
.AnyTagClassName
{
color: #42F44C;
}
</style>
background-color css
<style>
a { background-color: #42F44C; }
a { background-color: rgb(66,244,76); }
div.DivClassName
{
background-color: #42F44C;
}
.BgClassName
{
background-color: #42F44C;
}
</style>
border-color css
<style>
span { border-color: #42F44C; }
span { border-color: rgb(66,244,76); }
td.TdClassName
{
border-color: #42F44C;
}
.TagClassName
{
border-color: #42F44C;
}
</style>