Shades of Screamin' Green #42F15C
Tints of Screamin' Green #42F15C
RGB
CMYK
RGB Variations
Color information
#42F15C (or 0x42F15C) is known color: Screamin' Green. HEX triplet: 42, F1 and 5C. RGB value is (66,241,92). Sum of RGB (Red+Green+Blue) = 66+241+92=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #42F15C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F15C is #BD0EA3. Grayscale: #ACACAC. Windows color (decimal): -12390052 or 6091074. OLE color: 6091074.
HSL color Cylindrical-coordinate representation of color #42F15C: hue angle of 128.91º 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 #42F15C is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 92 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.05 |
| HSL | 128.91º | 0.86% | 0.6% | - |
| HSV(B) | 128.91º | 0.73% | 0.95% | - |
| XYZ | 35.63 | 64.84 | 20.76 | - |
| YUV | 171.69 | 83.02 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 92 | 0.73 | 0 | 0.62 | 0.05 | 128.91 | 0.86 | 0.6 |
| Hex | 42 | F1 | 5C | 49 | 0 | 3E | 5 | 81 | 56 | 3C |
| Octal | 102 | 361 | 134 | 111 | 0 | 76 | 5 | 201 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1011100 | 1001001 | 0 | 111110 | 101 | 10000001 | 1010110 | 111100 |
Color Harmonies of #42F15C
Complementary color
Monochromatic Colors of #42F15C
Black with #42F15C
Text Example
Text Example
White with #42F15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F15C; }
p { color: rgb(66,241,92); }
H1.HeaderClassName
{
color: #42F15C;
}
.AnyTagClassName
{
color: #42F15C;
}
</style>
background-color css
<style>
a { background-color: #42F15C; }
a { background-color: rgb(66,241,92); }
div.DivClassName
{
background-color: #42F15C;
}
.BgClassName
{
background-color: #42F15C;
}
</style>
border-color css
<style>
span { border-color: #42F15C; }
span { border-color: rgb(66,241,92); }
td.TdClassName
{
border-color: #42F15C;
}
.TagClassName
{
border-color: #42F15C;
}
</style>