Shades of Screamin' Green #4FFC70
Tints of Screamin' Green #4FFC70
RGB
CMYK
RGB Variations
Color information
#4FFC70 (or 0x4FFC70) is known color: Screamin' Green. HEX triplet: 4F, FC and 70. RGB value is (79,252,112). Sum of RGB (Red+Green+Blue) = 79+252+112=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4FFC70 is #B0038F. Grayscale: #B8B8B8. Windows color (decimal): -11535248 or 7404623. OLE color: 7404623.
HSL color Cylindrical-coordinate representation of color #4FFC70: hue angle of 131.45º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFC70 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 112 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.01 |
| HSL | 131.45º | 0.97% | 0.65% | - |
| HSV(B) | 131.45º | 0.69% | 0.99% | - |
| XYZ | 40.96 | 72.45 | 27.16 | - |
| YUV | 184.31 | 87.19 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 112 | 0.69 | 0 | 0.56 | 0.01 | 131.45 | 0.97 | 0.65 |
| Hex | 4F | FC | 70 | 45 | 0 | 38 | 1 | 83 | 61 | 41 |
| Octal | 117 | 374 | 160 | 105 | 0 | 70 | 1 | 203 | 141 | 101 |
| Binary | 1001111 | 11111100 | 1110000 | 1000101 | 0 | 111000 | 1 | 10000011 | 1100001 | 1000001 |
Color Harmonies of #4FFC70
Complementary color
Monochromatic Colors of #4FFC70
Black with #4FFC70
Text Example
Text Example
White with #4FFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC70; }
p { color: rgb(79,252,112); }
H1.HeaderClassName
{
color: #4FFC70;
}
.AnyTagClassName
{
color: #4FFC70;
}
</style>
background-color css
<style>
a { background-color: #4FFC70; }
a { background-color: rgb(79,252,112); }
div.DivClassName
{
background-color: #4FFC70;
}
.BgClassName
{
background-color: #4FFC70;
}
</style>
border-color css
<style>
span { border-color: #4FFC70; }
span { border-color: rgb(79,252,112); }
td.TdClassName
{
border-color: #4FFC70;
}
.TagClassName
{
border-color: #4FFC70;
}
</style>