Shades of Screamin' Green #42F36C
Tints of Screamin' Green #42F36C
RGB
CMYK
RGB Variations
Color information
#42F36C (or 0x42F36C) is known color: Screamin' Green. HEX triplet: 42, F3 and 6C. RGB value is (66,243,108). Sum of RGB (Red+Green+Blue) = 66+243+108=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #42F36C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F36C is #BD0C93. Grayscale: #AFAFAF. Windows color (decimal): -12389524 or 7140162. OLE color: 7140162.
HSL color Cylindrical-coordinate representation of color #42F36C: hue angle of 134.24º 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 #42F36C is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 108 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.05 |
| HSL | 134.24º | 0.88% | 0.61% | - |
| HSV(B) | 134.24º | 0.73% | 0.95% | - |
| XYZ | 37 | 66.34 | 25.04 | - |
| YUV | 174.69 | 90.36 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 108 | 0.73 | 0 | 0.56 | 0.05 | 134.24 | 0.88 | 0.61 |
| Hex | 42 | F3 | 6C | 49 | 0 | 38 | 5 | 86 | 58 | 3D |
| Octal | 102 | 363 | 154 | 111 | 0 | 70 | 5 | 206 | 130 | 75 |
| Binary | 1000010 | 11110011 | 1101100 | 1001001 | 0 | 111000 | 101 | 10000110 | 1011000 | 111101 |
Color Harmonies of #42F36C
Complementary color
Monochromatic Colors of #42F36C
Black with #42F36C
Text Example
Text Example
White with #42F36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F36C; }
p { color: rgb(66,243,108); }
H1.HeaderClassName
{
color: #42F36C;
}
.AnyTagClassName
{
color: #42F36C;
}
</style>
background-color css
<style>
a { background-color: #42F36C; }
a { background-color: rgb(66,243,108); }
div.DivClassName
{
background-color: #42F36C;
}
.BgClassName
{
background-color: #42F36C;
}
</style>
border-color css
<style>
span { border-color: #42F36C; }
span { border-color: rgb(66,243,108); }
td.TdClassName
{
border-color: #42F36C;
}
.TagClassName
{
border-color: #42F36C;
}
</style>