Shades of Screamin' Green #42F773
Tints of Screamin' Green #42F773
RGB
CMYK
RGB Variations
Color information
#42F773 (or 0x42F773) is known color: Screamin' Green. HEX triplet: 42, F7 and 73. RGB value is (66,247,115). Sum of RGB (Red+Green+Blue) = 66+247+115=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #42F773 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F773 is #BD088C. Grayscale: #B2B2B2. Windows color (decimal): -12388493 or 7599938. OLE color: 7599938.
HSL color Cylindrical-coordinate representation of color #42F773: hue angle of 136.24º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F773 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 115 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.03 |
| HSL | 136.24º | 0.92% | 0.61% | - |
| HSV(B) | 136.24º | 0.73% | 0.97% | - |
| XYZ | 38.6 | 68.92 | 27.49 | - |
| YUV | 177.83 | 92.53 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 115 | 0.73 | 0 | 0.53 | 0.03 | 136.24 | 0.92 | 0.61 |
| Hex | 42 | F7 | 73 | 49 | 0 | 35 | 3 | 88 | 5C | 3D |
| Octal | 102 | 367 | 163 | 111 | 0 | 65 | 3 | 210 | 134 | 75 |
| Binary | 1000010 | 11110111 | 1110011 | 1001001 | 0 | 110101 | 11 | 10001000 | 1011100 | 111101 |
Color Harmonies of #42F773
Complementary color
Monochromatic Colors of #42F773
Black with #42F773
Text Example
Text Example
White with #42F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F773; }
p { color: rgb(66,247,115); }
H1.HeaderClassName
{
color: #42F773;
}
.AnyTagClassName
{
color: #42F773;
}
</style>
background-color css
<style>
a { background-color: #42F773; }
a { background-color: rgb(66,247,115); }
div.DivClassName
{
background-color: #42F773;
}
.BgClassName
{
background-color: #42F773;
}
</style>
border-color css
<style>
span { border-color: #42F773; }
span { border-color: rgb(66,247,115); }
td.TdClassName
{
border-color: #42F773;
}
.TagClassName
{
border-color: #42F773;
}
</style>