Shades of Screamin' Green #42EA5D
Tints of Screamin' Green #42EA5D
RGB
CMYK
RGB Variations
Color information
#42EA5D (or 0x42EA5D) is known color: Screamin' Green. HEX triplet: 42, EA and 5D. RGB value is (66,234,93). Sum of RGB (Red+Green+Blue) = 66+234+93=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EA5D is #BD15A2. Grayscale: #A8A8A8. Windows color (decimal): -12391843 or 6154818. OLE color: 6154818.
HSL color Cylindrical-coordinate representation of color #42EA5D: hue angle of 129.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA5D is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 93 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.08 |
| HSL | 129.64º | 0.8% | 0.59% | - |
| HSV(B) | 129.64º | 0.72% | 0.92% | - |
| XYZ | 33.65 | 60.79 | 20.32 | - |
| YUV | 167.69 | 85.84 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 93 | 0.72 | 0 | 0.60 | 0.08 | 129.64 | 0.8 | 0.59 |
| Hex | 42 | EA | 5D | 48 | 0 | 3C | 8 | 82 | 50 | 3B |
| Octal | 102 | 352 | 135 | 110 | 0 | 74 | 10 | 202 | 120 | 73 |
| Binary | 1000010 | 11101010 | 1011101 | 1001000 | 0 | 111100 | 1000 | 10000010 | 1010000 | 111011 |
Color Harmonies of #42EA5D
Complementary color
Monochromatic Colors of #42EA5D
Black with #42EA5D
Text Example
Text Example
White with #42EA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA5D; }
p { color: rgb(66,234,93); }
H1.HeaderClassName
{
color: #42EA5D;
}
.AnyTagClassName
{
color: #42EA5D;
}
</style>
background-color css
<style>
a { background-color: #42EA5D; }
a { background-color: rgb(66,234,93); }
div.DivClassName
{
background-color: #42EA5D;
}
.BgClassName
{
background-color: #42EA5D;
}
</style>
border-color css
<style>
span { border-color: #42EA5D; }
span { border-color: rgb(66,234,93); }
td.TdClassName
{
border-color: #42EA5D;
}
.TagClassName
{
border-color: #42EA5D;
}
</style>