Shades of Screamin' Green #42F845
Tints of Screamin' Green #42F845
RGB
CMYK
RGB Variations
Color information
#42F845 (or 0x42F845) is known color: Screamin' Green. HEX triplet: 42, F8 and 45. RGB value is (66,248,69). Sum of RGB (Red+Green+Blue) = 66+248+69=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 248 (97.27% from 255 or 64.75% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 248 - color contains mainly: green. Hex color #42F845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F845 is #BD07BA. Grayscale: #ADADAD. Windows color (decimal): -12388283 or 4585538. OLE color: 4585538.
HSL color Cylindrical-coordinate representation of color #42F845: hue angle of 120.99º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F845 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 69 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.03 |
| HSL | 120.99º | 0.93% | 0.62% | - |
| HSV(B) | 120.99º | 0.73% | 0.97% | - |
| XYZ | 36.89 | 68.72 | 16.95 | - |
| YUV | 173.18 | 69.2 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 69 | 0.73 | 0 | 0.72 | 0.03 | 120.99 | 0.93 | 0.62 |
| Hex | 42 | F8 | 45 | 49 | 0 | 48 | 3 | 79 | 5D | 3E |
| Octal | 102 | 370 | 105 | 111 | 0 | 110 | 3 | 171 | 135 | 76 |
| Binary | 1000010 | 11111000 | 1000101 | 1001001 | 0 | 1001000 | 11 | 1111001 | 1011101 | 111110 |
Color Harmonies of #42F845
Complementary color
Monochromatic Colors of #42F845
Black with #42F845
Text Example
Text Example
White with #42F845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F845; }
p { color: rgb(66,248,69); }
H1.HeaderClassName
{
color: #42F845;
}
.AnyTagClassName
{
color: #42F845;
}
</style>
background-color css
<style>
a { background-color: #42F845; }
a { background-color: rgb(66,248,69); }
div.DivClassName
{
background-color: #42F845;
}
.BgClassName
{
background-color: #42F845;
}
</style>
border-color css
<style>
span { border-color: #42F845; }
span { border-color: rgb(66,248,69); }
td.TdClassName
{
border-color: #42F845;
}
.TagClassName
{
border-color: #42F845;
}
</style>