Shades of Screamin' Green #4FFB70
Tints of Screamin' Green #4FFB70
RGB
CMYK
RGB Variations
Color information
#4FFB70 (or 0x4FFB70) is known color: Screamin' Green. HEX triplet: 4F, FB and 70. RGB value is (79,251,112). Sum of RGB (Red+Green+Blue) = 79+251+112=442 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.87% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4FFB70 is #B0048F. Grayscale: #B8B8B8. Windows color (decimal): -11535504 or 7404367. OLE color: 7404367.
HSL color Cylindrical-coordinate representation of color #4FFB70: hue angle of 131.51º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFB70 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 112 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.02 |
| HSL | 131.51º | 0.96% | 0.65% | - |
| HSV(B) | 131.51º | 0.69% | 0.98% | - |
| XYZ | 40.65 | 71.83 | 27.05 | - |
| YUV | 183.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 112 | 0.69 | 0 | 0.55 | 0.02 | 131.51 | 0.96 | 0.65 |
| Hex | 4F | FB | 70 | 45 | 0 | 37 | 2 | 84 | 60 | 41 |
| Octal | 117 | 373 | 160 | 105 | 0 | 67 | 2 | 204 | 140 | 101 |
| Binary | 1001111 | 11111011 | 1110000 | 1000101 | 0 | 110111 | 10 | 10000100 | 1100000 | 1000001 |
Color Harmonies of #4FFB70
Complementary color
Monochromatic Colors of #4FFB70
Black with #4FFB70
Text Example
Text Example
White with #4FFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFB70; }
p { color: rgb(79,251,112); }
H1.HeaderClassName
{
color: #4FFB70;
}
.AnyTagClassName
{
color: #4FFB70;
}
</style>
background-color css
<style>
a { background-color: #4FFB70; }
a { background-color: rgb(79,251,112); }
div.DivClassName
{
background-color: #4FFB70;
}
.BgClassName
{
background-color: #4FFB70;
}
</style>
border-color css
<style>
span { border-color: #4FFB70; }
span { border-color: rgb(79,251,112); }
td.TdClassName
{
border-color: #4FFB70;
}
.TagClassName
{
border-color: #4FFB70;
}
</style>