Shades of Screamin' Green #42FE7A
Tints of Screamin' Green #42FE7A
RGB
CMYK
RGB Variations
Color information
#42FE7A (or 0x42FE7A) is known color: Screamin' Green. HEX triplet: 42, FE and 7A. RGB value is (66,254,122). Sum of RGB (Red+Green+Blue) = 66+254+122=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FE7A is #BD0185. Grayscale: #B7B7B7. Windows color (decimal): -12386694 or 8060482. OLE color: 8060482.
HSL color Cylindrical-coordinate representation of color #42FE7A: hue angle of 137.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FE7A is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 122 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.00 |
| HSL | 137.87º | 0.99% | 0.63% | - |
| HSV(B) | 137.87º | 0.74% | 1% | - |
| XYZ | 41.2 | 73.45 | 30.42 | - |
| YUV | 182.74 | 93.72 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 122 | 0.74 | 0 | 0.52 | 0.00 | 137.87 | 0.99 | 0.63 |
| Hex | 42 | FE | 7A | 4A | 0 | 34 | 0 | 8A | 63 | 3F |
| Octal | 102 | 376 | 172 | 112 | 0 | 64 | 0 | 212 | 143 | 77 |
| Binary | 1000010 | 11111110 | 1111010 | 1001010 | 0 | 110100 | 0 | 10001010 | 1100011 | 111111 |
Color Harmonies of #42FE7A
Complementary color
Monochromatic Colors of #42FE7A
Black with #42FE7A
Text Example
Text Example
White with #42FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE7A; }
p { color: rgb(66,254,122); }
H1.HeaderClassName
{
color: #42FE7A;
}
.AnyTagClassName
{
color: #42FE7A;
}
</style>
background-color css
<style>
a { background-color: #42FE7A; }
a { background-color: rgb(66,254,122); }
div.DivClassName
{
background-color: #42FE7A;
}
.BgClassName
{
background-color: #42FE7A;
}
</style>
border-color css
<style>
span { border-color: #42FE7A; }
span { border-color: rgb(66,254,122); }
td.TdClassName
{
border-color: #42FE7A;
}
.TagClassName
{
border-color: #42FE7A;
}
</style>