Shades of Screamin' Green #42F16C
Tints of Screamin' Green #42F16C
RGB
CMYK
RGB Variations
Color information
#42F16C (or 0x42F16C) is known color: Screamin' Green. HEX triplet: 42, F1 and 6C. RGB value is (66,241,108). Sum of RGB (Red+Green+Blue) = 66+241+108=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #42F16C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F16C is #BD0E93. Grayscale: #ADADAD. Windows color (decimal): -12390036 or 7139650. OLE color: 7139650.
HSL color Cylindrical-coordinate representation of color #42F16C: hue angle of 134.4º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F16C is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 108 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.05 |
| HSL | 134.4º | 0.86% | 0.6% | - |
| HSV(B) | 134.4º | 0.73% | 0.95% | - |
| XYZ | 36.41 | 65.15 | 24.84 | - |
| YUV | 173.51 | 91.02 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 108 | 0.73 | 0 | 0.55 | 0.05 | 134.4 | 0.86 | 0.6 |
| Hex | 42 | F1 | 6C | 49 | 0 | 37 | 5 | 86 | 56 | 3C |
| Octal | 102 | 361 | 154 | 111 | 0 | 67 | 5 | 206 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1101100 | 1001001 | 0 | 110111 | 101 | 10000110 | 1010110 | 111100 |
Color Harmonies of #42F16C
Complementary color
Monochromatic Colors of #42F16C
Black with #42F16C
Text Example
Text Example
White with #42F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F16C; }
p { color: rgb(66,241,108); }
H1.HeaderClassName
{
color: #42F16C;
}
.AnyTagClassName
{
color: #42F16C;
}
</style>
background-color css
<style>
a { background-color: #42F16C; }
a { background-color: rgb(66,241,108); }
div.DivClassName
{
background-color: #42F16C;
}
.BgClassName
{
background-color: #42F16C;
}
</style>
border-color css
<style>
span { border-color: #42F16C; }
span { border-color: rgb(66,241,108); }
td.TdClassName
{
border-color: #42F16C;
}
.TagClassName
{
border-color: #42F16C;
}
</style>