Shades of Screamin' Green #42FE5A
Tints of Screamin' Green #42FE5A
RGB
CMYK
RGB Variations
Color information
#42FE5A (or 0x42FE5A) is known color: Screamin' Green. HEX triplet: 42, FE and 5A. RGB value is (66,254,90). Sum of RGB (Red+Green+Blue) = 66+254+90=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 254 (99.61% from 255 or 61.95% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FE5A is #BD01A5. Grayscale: #B3B3B3. Windows color (decimal): -12386726 or 5963330. OLE color: 5963330.
HSL color Cylindrical-coordinate representation of color #42FE5A: hue angle of 127.66º 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 #42FE5A is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 90 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.00 |
| HSL | 127.66º | 0.99% | 0.63% | - |
| HSV(B) | 127.66º | 0.74% | 1% | - |
| XYZ | 39.53 | 72.78 | 21.64 | - |
| YUV | 179.09 | 77.72 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 90 | 0.74 | 0 | 0.65 | 0.00 | 127.66 | 0.99 | 0.63 |
| Hex | 42 | FE | 5A | 4A | 0 | 41 | 0 | 80 | 63 | 3F |
| Octal | 102 | 376 | 132 | 112 | 0 | 101 | 0 | 200 | 143 | 77 |
| Binary | 1000010 | 11111110 | 1011010 | 1001010 | 0 | 1000001 | 0 | 10000000 | 1100011 | 111111 |
Color Harmonies of #42FE5A
Complementary color
Monochromatic Colors of #42FE5A
Black with #42FE5A
Text Example
Text Example
White with #42FE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE5A; }
p { color: rgb(66,254,90); }
H1.HeaderClassName
{
color: #42FE5A;
}
.AnyTagClassName
{
color: #42FE5A;
}
</style>
background-color css
<style>
a { background-color: #42FE5A; }
a { background-color: rgb(66,254,90); }
div.DivClassName
{
background-color: #42FE5A;
}
.BgClassName
{
background-color: #42FE5A;
}
</style>
border-color css
<style>
span { border-color: #42FE5A; }
span { border-color: rgb(66,254,90); }
td.TdClassName
{
border-color: #42FE5A;
}
.TagClassName
{
border-color: #42FE5A;
}
</style>