Shades of Screamin' Green #42F96D
Tints of Screamin' Green #42F96D
RGB
CMYK
RGB Variations
Color information
#42F96D (or 0x42F96D) is known color: Screamin' Green. HEX triplet: 42, F9 and 6D. RGB value is (66,249,109). Sum of RGB (Red+Green+Blue) = 66+249+109=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 249 (97.66% from 255 or 58.73% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 249 - color contains mainly: green. Hex color #42F96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F96D is #BD0692. Grayscale: #B2B2B2. Windows color (decimal): -12387987 or 7207234. OLE color: 7207234.
HSL color Cylindrical-coordinate representation of color #42F96D: hue angle of 134.1º 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 #42F96D is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 109 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.02 |
| HSL | 134.1º | 0.94% | 0.62% | - |
| HSV(B) | 134.1º | 0.73% | 0.98% | - |
| XYZ | 38.88 | 70.01 | 25.93 | - |
| YUV | 178.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 109 | 0.73 | 0 | 0.56 | 0.02 | 134.1 | 0.94 | 0.62 |
| Hex | 42 | F9 | 6D | 49 | 0 | 38 | 2 | 86 | 5E | 3E |
| Octal | 102 | 371 | 155 | 111 | 0 | 70 | 2 | 206 | 136 | 76 |
| Binary | 1000010 | 11111001 | 1101101 | 1001001 | 0 | 111000 | 10 | 10000110 | 1011110 | 111110 |
Color Harmonies of #42F96D
Complementary color
Monochromatic Colors of #42F96D
Black with #42F96D
Text Example
Text Example
White with #42F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F96D; }
p { color: rgb(66,249,109); }
H1.HeaderClassName
{
color: #42F96D;
}
.AnyTagClassName
{
color: #42F96D;
}
</style>
background-color css
<style>
a { background-color: #42F96D; }
a { background-color: rgb(66,249,109); }
div.DivClassName
{
background-color: #42F96D;
}
.BgClassName
{
background-color: #42F96D;
}
</style>
border-color css
<style>
span { border-color: #42F96D; }
span { border-color: rgb(66,249,109); }
td.TdClassName
{
border-color: #42F96D;
}
.TagClassName
{
border-color: #42F96D;
}
</style>