Shades of Screamin' Green #42F955
Tints of Screamin' Green #42F955
RGB
CMYK
RGB Variations
Color information
#42F955 (or 0x42F955) is known color: Screamin' Green. HEX triplet: 42, F9 and 55. RGB value is (66,249,85). Sum of RGB (Red+Green+Blue) = 66+249+85=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 249 (97.66% from 255 or 62.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 249 - color contains mainly: green. Hex color #42F955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F955 is #BD06AA. Grayscale: #B0B0B0. Windows color (decimal): -12388011 or 5634370. OLE color: 5634370.
HSL color Cylindrical-coordinate representation of color #42F955: hue angle of 126.23º 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 #42F955 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 85 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.02 |
| HSL | 126.23º | 0.94% | 0.62% | - |
| HSV(B) | 126.23º | 0.73% | 0.98% | - |
| XYZ | 37.76 | 69.57 | 20.03 | - |
| YUV | 175.59 | 76.87 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 85 | 0.73 | 0 | 0.66 | 0.02 | 126.23 | 0.94 | 0.62 |
| Hex | 42 | F9 | 55 | 49 | 0 | 42 | 2 | 7E | 5E | 3E |
| Octal | 102 | 371 | 125 | 111 | 0 | 102 | 2 | 176 | 136 | 76 |
| Binary | 1000010 | 11111001 | 1010101 | 1001001 | 0 | 1000010 | 10 | 1111110 | 1011110 | 111110 |
Color Harmonies of #42F955
Complementary color
Monochromatic Colors of #42F955
Black with #42F955
Text Example
Text Example
White with #42F955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F955; }
p { color: rgb(66,249,85); }
H1.HeaderClassName
{
color: #42F955;
}
.AnyTagClassName
{
color: #42F955;
}
</style>
background-color css
<style>
a { background-color: #42F955; }
a { background-color: rgb(66,249,85); }
div.DivClassName
{
background-color: #42F955;
}
.BgClassName
{
background-color: #42F955;
}
</style>
border-color css
<style>
span { border-color: #42F955; }
span { border-color: rgb(66,249,85); }
td.TdClassName
{
border-color: #42F955;
}
.TagClassName
{
border-color: #42F955;
}
</style>