Shades of Screamin' Green #70F63D
Tints of Screamin' Green #70F63D
RGB
CMYK
RGB Variations
Color information
#70F63D (or 0x70F63D) is known color: Screamin' Green. HEX triplet: 70, F6 and 3D. RGB value is (112,246,61). Sum of RGB (Red+Green+Blue) = 112+246+61=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #70F63D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F63D is #8F09C2. Grayscale: #B9B9B9. Windows color (decimal): -9374147 or 4060784. OLE color: 4060784.
HSL color Cylindrical-coordinate representation of color #70F63D: hue angle of 103.46º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70F63D is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 61 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.04 |
| HSL | 103.46º | 0.91% | 0.6% | - |
| HSV(B) | 103.46º | 0.75% | 0.96% | - |
| XYZ | 40.48 | 69.69 | 15.73 | - |
| YUV | 184.84 | 58.11 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 61 | 0.54 | 0 | 0.75 | 0.04 | 103.46 | 0.91 | 0.6 |
| Hex | 70 | F6 | 3D | 36 | 0 | 4B | 4 | 67 | 5B | 3C |
| Octal | 160 | 366 | 75 | 66 | 0 | 113 | 4 | 147 | 133 | 74 |
| Binary | 1110000 | 11110110 | 111101 | 110110 | 0 | 1001011 | 100 | 1100111 | 1011011 | 111100 |
Color Harmonies of #70F63D
Complementary color
Monochromatic Colors of #70F63D
Black with #70F63D
Text Example
Text Example
White with #70F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F63D; }
p { color: rgb(112,246,61); }
H1.HeaderClassName
{
color: #70F63D;
}
.AnyTagClassName
{
color: #70F63D;
}
</style>
background-color css
<style>
a { background-color: #70F63D; }
a { background-color: rgb(112,246,61); }
div.DivClassName
{
background-color: #70F63D;
}
.BgClassName
{
background-color: #70F63D;
}
</style>
border-color css
<style>
span { border-color: #70F63D; }
span { border-color: rgb(112,246,61); }
td.TdClassName
{
border-color: #70F63D;
}
.TagClassName
{
border-color: #70F63D;
}
</style>