Shades of Screamin' Green #42F15D
Tints of Screamin' Green #42F15D
RGB
CMYK
RGB Variations
Color information
#42F15D (or 0x42F15D) is known color: Screamin' Green. HEX triplet: 42, F1 and 5D. RGB value is (66,241,93). Sum of RGB (Red+Green+Blue) = 66+241+93=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #42F15D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F15D is #BD0EA2. Grayscale: #ACACAC. Windows color (decimal): -12390051 or 6156610. OLE color: 6156610.
HSL color Cylindrical-coordinate representation of color #42F15D: hue angle of 129.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F15D is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 93 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.05 |
| HSL | 129.26º | 0.86% | 0.6% | - |
| HSV(B) | 129.26º | 0.73% | 0.95% | - |
| XYZ | 35.68 | 64.86 | 20.99 | - |
| YUV | 171.8 | 83.52 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 93 | 0.73 | 0 | 0.61 | 0.05 | 129.26 | 0.86 | 0.6 |
| Hex | 42 | F1 | 5D | 49 | 0 | 3D | 5 | 81 | 56 | 3C |
| Octal | 102 | 361 | 135 | 111 | 0 | 75 | 5 | 201 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1011101 | 1001001 | 0 | 111101 | 101 | 10000001 | 1010110 | 111100 |
Color Harmonies of #42F15D
Complementary color
Monochromatic Colors of #42F15D
Black with #42F15D
Text Example
Text Example
White with #42F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F15D; }
p { color: rgb(66,241,93); }
H1.HeaderClassName
{
color: #42F15D;
}
.AnyTagClassName
{
color: #42F15D;
}
</style>
background-color css
<style>
a { background-color: #42F15D; }
a { background-color: rgb(66,241,93); }
div.DivClassName
{
background-color: #42F15D;
}
.BgClassName
{
background-color: #42F15D;
}
</style>
border-color css
<style>
span { border-color: #42F15D; }
span { border-color: rgb(66,241,93); }
td.TdClassName
{
border-color: #42F15D;
}
.TagClassName
{
border-color: #42F15D;
}
</style>