Shades of Screamin' Green #42F94C
Tints of Screamin' Green #42F94C
RGB
CMYK
RGB Variations
Color information
#42F94C (or 0x42F94C) is known color: Screamin' Green. HEX triplet: 42, F9 and 4C. RGB value is (66,249,76). Sum of RGB (Red+Green+Blue) = 66+249+76=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #42F94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F94C is #BD06B3. Grayscale: #AFAFAF. Windows color (decimal): -12388020 or 5044546. OLE color: 5044546.
HSL color Cylindrical-coordinate representation of color #42F94C: hue angle of 123.28º 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 #42F94C is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 76 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.02 |
| HSL | 123.28º | 0.94% | 0.62% | - |
| HSV(B) | 123.28º | 0.73% | 0.98% | - |
| XYZ | 37.43 | 69.43 | 18.27 | - |
| YUV | 174.56 | 72.37 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 76 | 0.73 | 0 | 0.69 | 0.02 | 123.28 | 0.94 | 0.62 |
| Hex | 42 | F9 | 4C | 49 | 0 | 45 | 2 | 7B | 5E | 3E |
| Octal | 102 | 371 | 114 | 111 | 0 | 105 | 2 | 173 | 136 | 76 |
| Binary | 1000010 | 11111001 | 1001100 | 1001001 | 0 | 1000101 | 10 | 1111011 | 1011110 | 111110 |
Color Harmonies of #42F94C
Complementary color
Monochromatic Colors of #42F94C
Black with #42F94C
Text Example
Text Example
White with #42F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F94C; }
p { color: rgb(66,249,76); }
H1.HeaderClassName
{
color: #42F94C;
}
.AnyTagClassName
{
color: #42F94C;
}
</style>
background-color css
<style>
a { background-color: #42F94C; }
a { background-color: rgb(66,249,76); }
div.DivClassName
{
background-color: #42F94C;
}
.BgClassName
{
background-color: #42F94C;
}
</style>
border-color css
<style>
span { border-color: #42F94C; }
span { border-color: rgb(66,249,76); }
td.TdClassName
{
border-color: #42F94C;
}
.TagClassName
{
border-color: #42F94C;
}
</style>