Shades of Screamin' Green #70FF36
Tints of Screamin' Green #70FF36
RGB
CMYK
RGB Variations
Color information
#70FF36 (or 0x70FF36) is known color: Screamin' Green. HEX triplet: 70, FF and 36. RGB value is (112,255,54). Sum of RGB (Red+Green+Blue) = 112+255+54=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FF36 is #8F00C9. Grayscale: #BDBDBD. Windows color (decimal): -9371850 or 3604336. OLE color: 3604336.
HSL color Cylindrical-coordinate representation of color #70FF36: hue angle of 102.69º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70FF36 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 54 | - |
| CMYK | 0.56 | 0 | 0.79 | 0 |
| HSL | 102.69º | 1% | 0.61% | - |
| HSV(B) | 102.69º | 0.79% | 1% | - |
| XYZ | 43.11 | 75.23 | 15.74 | - |
| YUV | 189.33 | 51.62 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 54 | 0.56 | 0 | 0.79 | 0 | 102.69 | 1 | 0.61 |
| Hex | 70 | FF | 36 | 38 | 0 | 4F | 0 | 67 | 64 | 3D |
| Octal | 160 | 377 | 66 | 70 | 0 | 117 | 0 | 147 | 144 | 75 |
| Binary | 1110000 | 11111111 | 110110 | 111000 | 0 | 1001111 | 0 | 1100111 | 1100100 | 111101 |
Color Harmonies of #70FF36
Complementary color
Monochromatic Colors of #70FF36
Black with #70FF36
Text Example
Text Example
White with #70FF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF36; }
p { color: rgb(112,255,54); }
H1.HeaderClassName
{
color: #70FF36;
}
.AnyTagClassName
{
color: #70FF36;
}
</style>
background-color css
<style>
a { background-color: #70FF36; }
a { background-color: rgb(112,255,54); }
div.DivClassName
{
background-color: #70FF36;
}
.BgClassName
{
background-color: #70FF36;
}
</style>
border-color css
<style>
span { border-color: #70FF36; }
span { border-color: rgb(112,255,54); }
td.TdClassName
{
border-color: #70FF36;
}
.TagClassName
{
border-color: #70FF36;
}
</style>