Shades of Screamin' Green #70FD5C
Tints of Screamin' Green #70FD5C
RGB
CMYK
RGB Variations
Color information
#70FD5C (or 0x70FD5C) is known color: Screamin' Green. HEX triplet: 70, FD and 5C. RGB value is (112,253,92). Sum of RGB (Red+Green+Blue) = 112+253+92=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD5C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FD5C is #8F02A3. Grayscale: #C0C0C0. Windows color (decimal): -9372324 or 6094192. OLE color: 6094192.
HSL color Cylindrical-coordinate representation of color #70FD5C: hue angle of 112.55º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70FD5C is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 253 | 92 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.01 |
| HSL | 112.55º | 0.98% | 0.68% | - |
| HSV(B) | 112.55º | 0.64% | 0.99% | - |
| XYZ | 43.74 | 74.47 | 22.19 | - |
| YUV | 192.49 | 71.29 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 92 | 0.56 | 0 | 0.64 | 0.01 | 112.55 | 0.98 | 0.68 |
| Hex | 70 | FD | 5C | 38 | 0 | 40 | 1 | 71 | 62 | 44 |
| Octal | 160 | 375 | 134 | 70 | 0 | 100 | 1 | 161 | 142 | 104 |
| Binary | 1110000 | 11111101 | 1011100 | 111000 | 0 | 1000000 | 1 | 1110001 | 1100010 | 1000100 |
Color Harmonies of #70FD5C
Complementary color
Monochromatic Colors of #70FD5C
Black with #70FD5C
Text Example
Text Example
White with #70FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FD5C; }
p { color: rgb(112,253,92); }
H1.HeaderClassName
{
color: #70FD5C;
}
.AnyTagClassName
{
color: #70FD5C;
}
</style>
background-color css
<style>
a { background-color: #70FD5C; }
a { background-color: rgb(112,253,92); }
div.DivClassName
{
background-color: #70FD5C;
}
.BgClassName
{
background-color: #70FD5C;
}
</style>
border-color css
<style>
span { border-color: #70FD5C; }
span { border-color: rgb(112,253,92); }
td.TdClassName
{
border-color: #70FD5C;
}
.TagClassName
{
border-color: #70FD5C;
}
</style>