Shades of Screamin' Green #42E75B
Tints of Screamin' Green #42E75B
RGB
CMYK
RGB Variations
Color information
#42E75B (or 0x42E75B) is known color: Screamin' Green. HEX triplet: 42, E7 and 5B. RGB value is (66,231,91). Sum of RGB (Red+Green+Blue) = 66+231+91=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 231 (90.62% from 255 or 59.54% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 231 - color contains mainly: green. Hex color #42E75B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E75B is #BD18A4. Grayscale: #A6A6A6. Windows color (decimal): -12392613 or 6022978. OLE color: 6022978.
HSL color Cylindrical-coordinate representation of color #42E75B: hue angle of 129.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E75B is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 91 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.09 |
| HSL | 129.09º | 0.77% | 0.58% | - |
| HSV(B) | 129.09º | 0.71% | 0.91% | - |
| XYZ | 32.71 | 59.07 | 19.57 | - |
| YUV | 165.71 | 85.84 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 91 | 0.71 | 0 | 0.61 | 0.09 | 129.09 | 0.77 | 0.58 |
| Hex | 42 | E7 | 5B | 47 | 0 | 3D | 9 | 81 | 4D | 3A |
| Octal | 102 | 347 | 133 | 107 | 0 | 75 | 11 | 201 | 115 | 72 |
| Binary | 1000010 | 11100111 | 1011011 | 1000111 | 0 | 111101 | 1001 | 10000001 | 1001101 | 111010 |
Color Harmonies of #42E75B
Complementary color
Monochromatic Colors of #42E75B
Black with #42E75B
Text Example
Text Example
White with #42E75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E75B; }
p { color: rgb(66,231,91); }
H1.HeaderClassName
{
color: #42E75B;
}
.AnyTagClassName
{
color: #42E75B;
}
</style>
background-color css
<style>
a { background-color: #42E75B; }
a { background-color: rgb(66,231,91); }
div.DivClassName
{
background-color: #42E75B;
}
.BgClassName
{
background-color: #42E75B;
}
</style>
border-color css
<style>
span { border-color: #42E75B; }
span { border-color: rgb(66,231,91); }
td.TdClassName
{
border-color: #42E75B;
}
.TagClassName
{
border-color: #42E75B;
}
</style>