Shades of Screamin' Green #42F97C
Tints of Screamin' Green #42F97C
RGB
CMYK
RGB Variations
Color information
#42F97C (or 0x42F97C) is known color: Screamin' Green. HEX triplet: 42, F9 and 7C. RGB value is (66,249,124). Sum of RGB (Red+Green+Blue) = 66+249+124=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 249 (97.66% from 255 or 56.72% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 249 - color contains mainly: green. Hex color #42F97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F97C is #BD0683. Grayscale: #B4B4B4. Windows color (decimal): -12387972 or 8190274. OLE color: 8190274.
HSL color Cylindrical-coordinate representation of color #42F97C: hue angle of 139.02º 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 #42F97C is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 124 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.02 |
| HSL | 139.02º | 0.94% | 0.62% | - |
| HSV(B) | 139.02º | 0.73% | 0.98% | - |
| XYZ | 39.76 | 70.36 | 30.55 | - |
| YUV | 180.03 | 96.37 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 124 | 0.73 | 0 | 0.50 | 0.02 | 139.02 | 0.94 | 0.62 |
| Hex | 42 | F9 | 7C | 49 | 0 | 32 | 2 | 8B | 5E | 3E |
| Octal | 102 | 371 | 174 | 111 | 0 | 62 | 2 | 213 | 136 | 76 |
| Binary | 1000010 | 11111001 | 1111100 | 1001001 | 0 | 110010 | 10 | 10001011 | 1011110 | 111110 |
Color Harmonies of #42F97C
Complementary color
Monochromatic Colors of #42F97C
Black with #42F97C
Text Example
Text Example
White with #42F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F97C; }
p { color: rgb(66,249,124); }
H1.HeaderClassName
{
color: #42F97C;
}
.AnyTagClassName
{
color: #42F97C;
}
</style>
background-color css
<style>
a { background-color: #42F97C; }
a { background-color: rgb(66,249,124); }
div.DivClassName
{
background-color: #42F97C;
}
.BgClassName
{
background-color: #42F97C;
}
</style>
border-color css
<style>
span { border-color: #42F97C; }
span { border-color: rgb(66,249,124); }
td.TdClassName
{
border-color: #42F97C;
}
.TagClassName
{
border-color: #42F97C;
}
</style>