Shades of Screamin' Green #42FF4D
Tints of Screamin' Green #42FF4D
RGB
CMYK
RGB Variations
Color information
#42FF4D (or 0x42FF4D) is known color: Screamin' Green. HEX triplet: 42, FF and 4D. RGB value is (66,255,77). Sum of RGB (Red+Green+Blue) = 66+255+77=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FF4D is #BD00B2. Grayscale: #B2B2B2. Windows color (decimal): -12386483 or 5111618. OLE color: 5111618.
HSL color Cylindrical-coordinate representation of color #42FF4D: hue angle of 123.49º 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 #42FF4D is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 77 | - |
| CMYK | 0.74 | 0 | 0.70 | 0 |
| HSL | 123.49º | 1% | 0.63% | - |
| HSV(B) | 123.49º | 0.74% | 1% | - |
| XYZ | 39.35 | 73.21 | 19.08 | - |
| YUV | 178.2 | 70.88 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 77 | 0.74 | 0 | 0.70 | 0 | 123.49 | 1 | 0.63 |
| Hex | 42 | FF | 4D | 4A | 0 | 46 | 0 | 7B | 64 | 3F |
| Octal | 102 | 377 | 115 | 112 | 0 | 106 | 0 | 173 | 144 | 77 |
| Binary | 1000010 | 11111111 | 1001101 | 1001010 | 0 | 1000110 | 0 | 1111011 | 1100100 | 111111 |
Color Harmonies of #42FF4D
Complementary color
Monochromatic Colors of #42FF4D
Black with #42FF4D
Text Example
Text Example
White with #42FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF4D; }
p { color: rgb(66,255,77); }
H1.HeaderClassName
{
color: #42FF4D;
}
.AnyTagClassName
{
color: #42FF4D;
}
</style>
background-color css
<style>
a { background-color: #42FF4D; }
a { background-color: rgb(66,255,77); }
div.DivClassName
{
background-color: #42FF4D;
}
.BgClassName
{
background-color: #42FF4D;
}
</style>
border-color css
<style>
span { border-color: #42FF4D; }
span { border-color: rgb(66,255,77); }
td.TdClassName
{
border-color: #42FF4D;
}
.TagClassName
{
border-color: #42FF4D;
}
</style>