Shades of Screamin' Green #4FFF38
Tints of Screamin' Green #4FFF38
RGB
CMYK
RGB Variations
Color information
#4FFF38 (or 0x4FFF38) is known color: Screamin' Green. HEX triplet: 4F, FF and 38. RGB value is (79,255,56). Sum of RGB (Red+Green+Blue) = 79+255+56=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFF38 is #B000C7. Grayscale: #B4B4B4. Windows color (decimal): -11534536 or 3735375. OLE color: 3735375.
HSL color Cylindrical-coordinate representation of color #4FFF38: hue angle of 113.07º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FFF38 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 56 | - |
| CMYK | 0.69 | 0 | 0.78 | 0 |
| HSL | 113.07º | 1% | 0.61% | - |
| HSV(B) | 113.07º | 0.78% | 1% | - |
| XYZ | 39.7 | 73.47 | 15.83 | - |
| YUV | 179.69 | 58.19 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 56 | 0.69 | 0 | 0.78 | 0 | 113.07 | 1 | 0.61 |
| Hex | 4F | FF | 38 | 45 | 0 | 4E | 0 | 71 | 64 | 3D |
| Octal | 117 | 377 | 70 | 105 | 0 | 116 | 0 | 161 | 144 | 75 |
| Binary | 1001111 | 11111111 | 111000 | 1000101 | 0 | 1001110 | 0 | 1110001 | 1100100 | 111101 |
Color Harmonies of #4FFF38
Complementary color
Monochromatic Colors of #4FFF38
Black with #4FFF38
Text Example
Text Example
White with #4FFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF38; }
p { color: rgb(79,255,56); }
H1.HeaderClassName
{
color: #4FFF38;
}
.AnyTagClassName
{
color: #4FFF38;
}
</style>
background-color css
<style>
a { background-color: #4FFF38; }
a { background-color: rgb(79,255,56); }
div.DivClassName
{
background-color: #4FFF38;
}
.BgClassName
{
background-color: #4FFF38;
}
</style>
border-color css
<style>
span { border-color: #4FFF38; }
span { border-color: rgb(79,255,56); }
td.TdClassName
{
border-color: #4FFF38;
}
.TagClassName
{
border-color: #4FFF38;
}
</style>