Shades of Screamin' Green #42F356
Tints of Screamin' Green #42F356
RGB
CMYK
RGB Variations
Color information
#42F356 (or 0x42F356) is known color: Screamin' Green. HEX triplet: 42, F3 and 56. RGB value is (66,243,86). Sum of RGB (Red+Green+Blue) = 66+243+86=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #42F356 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F356 is #BD0CA9. Grayscale: #ACACAC. Windows color (decimal): -12389546 or 5698370. OLE color: 5698370.
HSL color Cylindrical-coordinate representation of color #42F356: hue angle of 126.78º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F356 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 86 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.05 |
| HSL | 126.78º | 0.88% | 0.61% | - |
| HSV(B) | 126.78º | 0.73% | 0.95% | - |
| XYZ | 35.98 | 65.93 | 19.63 | - |
| YUV | 172.18 | 79.36 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 86 | 0.73 | 0 | 0.65 | 0.05 | 126.78 | 0.88 | 0.61 |
| Hex | 42 | F3 | 56 | 49 | 0 | 41 | 5 | 7F | 58 | 3D |
| Octal | 102 | 363 | 126 | 111 | 0 | 101 | 5 | 177 | 130 | 75 |
| Binary | 1000010 | 11110011 | 1010110 | 1001001 | 0 | 1000001 | 101 | 1111111 | 1011000 | 111101 |
Color Harmonies of #42F356
Complementary color
Monochromatic Colors of #42F356
Black with #42F356
Text Example
Text Example
White with #42F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F356; }
p { color: rgb(66,243,86); }
H1.HeaderClassName
{
color: #42F356;
}
.AnyTagClassName
{
color: #42F356;
}
</style>
background-color css
<style>
a { background-color: #42F356; }
a { background-color: rgb(66,243,86); }
div.DivClassName
{
background-color: #42F356;
}
.BgClassName
{
background-color: #42F356;
}
</style>
border-color css
<style>
span { border-color: #42F356; }
span { border-color: rgb(66,243,86); }
td.TdClassName
{
border-color: #42F356;
}
.TagClassName
{
border-color: #42F356;
}
</style>