Shades of Screamin' Green #42FF81
Tints of Screamin' Green #42FF81
RGB
CMYK
RGB Variations
Color information
#42FF81 (or 0x42FF81) is known color: Screamin' Green. HEX triplet: 42, FF and 81. RGB value is (66,255,129). Sum of RGB (Red+Green+Blue) = 66+255+129=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF81 is #BD007E. Grayscale: #B8B8B8. Windows color (decimal): -12386431 or 8519490. OLE color: 8519490.
HSL color Cylindrical-coordinate representation of color #42FF81: hue angle of 140º 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 #42FF81 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 129 | - |
| CMYK | 0.74 | 0 | 0.49 | 0 |
| HSL | 140º | 1% | 0.63% | - |
| HSV(B) | 140º | 0.74% | 1% | - |
| XYZ | 41.97 | 74.26 | 32.89 | - |
| YUV | 184.13 | 96.88 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 129 | 0.74 | 0 | 0.49 | 0 | 140 | 1 | 0.63 |
| Hex | 42 | FF | 81 | 4A | 0 | 31 | 0 | 8C | 64 | 3F |
| Octal | 102 | 377 | 201 | 112 | 0 | 61 | 0 | 214 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10000001 | 1001010 | 0 | 110001 | 0 | 10001100 | 1100100 | 111111 |
Color Harmonies of #42FF81
Complementary color
Monochromatic Colors of #42FF81
Black with #42FF81
Text Example
Text Example
White with #42FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF81; }
p { color: rgb(66,255,129); }
H1.HeaderClassName
{
color: #42FF81;
}
.AnyTagClassName
{
color: #42FF81;
}
</style>
background-color css
<style>
a { background-color: #42FF81; }
a { background-color: rgb(66,255,129); }
div.DivClassName
{
background-color: #42FF81;
}
.BgClassName
{
background-color: #42FF81;
}
</style>
border-color css
<style>
span { border-color: #42FF81; }
span { border-color: rgb(66,255,129); }
td.TdClassName
{
border-color: #42FF81;
}
.TagClassName
{
border-color: #42FF81;
}
</style>