Shades of Screamin' Green #70F340
Tints of Screamin' Green #70F340
RGB
CMYK
RGB Variations
Color information
#70F340 (or 0x70F340) is known color: Screamin' Green. HEX triplet: 70, F3 and 40. RGB value is (112,243,64). Sum of RGB (Red+Green+Blue) = 112+243+64=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #70F340 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F340 is #8F0CBF. Grayscale: #B8B8B8. Windows color (decimal): -9374912 or 4256624. OLE color: 4256624.
HSL color Cylindrical-coordinate representation of color #70F340: hue angle of 103.91º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70F340 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 64 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.05 |
| HSL | 103.91º | 0.88% | 0.6% | - |
| HSV(B) | 103.91º | 0.74% | 0.95% | - |
| XYZ | 39.66 | 67.92 | 15.87 | - |
| YUV | 183.43 | 60.6 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 64 | 0.54 | 0 | 0.74 | 0.05 | 103.91 | 0.88 | 0.6 |
| Hex | 70 | F3 | 40 | 36 | 0 | 4A | 5 | 68 | 58 | 3C |
| Octal | 160 | 363 | 100 | 66 | 0 | 112 | 5 | 150 | 130 | 74 |
| Binary | 1110000 | 11110011 | 1000000 | 110110 | 0 | 1001010 | 101 | 1101000 | 1011000 | 111100 |
Color Harmonies of #70F340
Complementary color
Monochromatic Colors of #70F340
Black with #70F340
Text Example
Text Example
White with #70F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F340; }
p { color: rgb(112,243,64); }
H1.HeaderClassName
{
color: #70F340;
}
.AnyTagClassName
{
color: #70F340;
}
</style>
background-color css
<style>
a { background-color: #70F340; }
a { background-color: rgb(112,243,64); }
div.DivClassName
{
background-color: #70F340;
}
.BgClassName
{
background-color: #70F340;
}
</style>
border-color css
<style>
span { border-color: #70F340; }
span { border-color: rgb(112,243,64); }
td.TdClassName
{
border-color: #70F340;
}
.TagClassName
{
border-color: #70F340;
}
</style>