Shades of Screamin' Green #42FF47
Tints of Screamin' Green #42FF47
RGB
CMYK
RGB Variations
Color information
#42FF47 (or 0x42FF47) is known color: Screamin' Green. HEX triplet: 42, FF and 47. RGB value is (66,255,71). Sum of RGB (Red+Green+Blue) = 66+255+71=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF47 is #BD00B8. Grayscale: #B2B2B2. Windows color (decimal): -12386489 or 4718402. OLE color: 4718402.
HSL color Cylindrical-coordinate representation of color #42FF47: hue angle of 121.59º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FF47 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 71 | - |
| CMYK | 0.74 | 0 | 0.72 | 0 |
| HSL | 121.59º | 1% | 0.63% | - |
| HSV(B) | 121.59º | 0.74% | 1% | - |
| XYZ | 39.14 | 73.13 | 18.01 | - |
| YUV | 177.51 | 67.88 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 71 | 0.74 | 0 | 0.72 | 0 | 121.59 | 1 | 0.63 |
| Hex | 42 | FF | 47 | 4A | 0 | 48 | 0 | 7A | 64 | 3F |
| Octal | 102 | 377 | 107 | 112 | 0 | 110 | 0 | 172 | 144 | 77 |
| Binary | 1000010 | 11111111 | 1000111 | 1001010 | 0 | 1001000 | 0 | 1111010 | 1100100 | 111111 |
Color Harmonies of #42FF47
Complementary color
Monochromatic Colors of #42FF47
Black with #42FF47
Text Example
Text Example
White with #42FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF47; }
p { color: rgb(66,255,71); }
H1.HeaderClassName
{
color: #42FF47;
}
.AnyTagClassName
{
color: #42FF47;
}
</style>
background-color css
<style>
a { background-color: #42FF47; }
a { background-color: rgb(66,255,71); }
div.DivClassName
{
background-color: #42FF47;
}
.BgClassName
{
background-color: #42FF47;
}
</style>
border-color css
<style>
span { border-color: #42FF47; }
span { border-color: rgb(66,255,71); }
td.TdClassName
{
border-color: #42FF47;
}
.TagClassName
{
border-color: #42FF47;
}
</style>