Shades of Screamin' Green #42EA5A
Tints of Screamin' Green #42EA5A
RGB
CMYK
RGB Variations
Color information
#42EA5A (or 0x42EA5A) is known color: Screamin' Green. HEX triplet: 42, EA and 5A. RGB value is (66,234,90). Sum of RGB (Red+Green+Blue) = 66+234+90=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 234 (91.80% from 255 or 60% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EA5A is #BD15A5. Grayscale: #A7A7A7. Windows color (decimal): -12391846 or 5958210. OLE color: 5958210.
HSL color Cylindrical-coordinate representation of color #42EA5A: hue angle of 128.57º 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 #42EA5A is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 90 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.08 |
| HSL | 128.57º | 0.8% | 0.59% | - |
| HSV(B) | 128.57º | 0.72% | 0.92% | - |
| XYZ | 33.52 | 60.74 | 19.63 | - |
| YUV | 167.35 | 84.34 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 90 | 0.72 | 0 | 0.62 | 0.08 | 128.57 | 0.8 | 0.59 |
| Hex | 42 | EA | 5A | 48 | 0 | 3E | 8 | 81 | 50 | 3B |
| Octal | 102 | 352 | 132 | 110 | 0 | 76 | 10 | 201 | 120 | 73 |
| Binary | 1000010 | 11101010 | 1011010 | 1001000 | 0 | 111110 | 1000 | 10000001 | 1010000 | 111011 |
Color Harmonies of #42EA5A
Complementary color
Monochromatic Colors of #42EA5A
Black with #42EA5A
Text Example
Text Example
White with #42EA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA5A; }
p { color: rgb(66,234,90); }
H1.HeaderClassName
{
color: #42EA5A;
}
.AnyTagClassName
{
color: #42EA5A;
}
</style>
background-color css
<style>
a { background-color: #42EA5A; }
a { background-color: rgb(66,234,90); }
div.DivClassName
{
background-color: #42EA5A;
}
.BgClassName
{
background-color: #42EA5A;
}
</style>
border-color css
<style>
span { border-color: #42EA5A; }
span { border-color: rgb(66,234,90); }
td.TdClassName
{
border-color: #42EA5A;
}
.TagClassName
{
border-color: #42EA5A;
}
</style>