Shades of Screamin' Green #4AFF38
Tints of Screamin' Green #4AFF38
RGB
CMYK
RGB Variations
Color information
#4AFF38 (or 0x4AFF38) is known color: Screamin' Green. HEX triplet: 4A, FF and 38. RGB value is (74,255,56). Sum of RGB (Red+Green+Blue) = 74+255+56=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF38 is #B500C7. Grayscale: #B2B2B2. Windows color (decimal): -11862216 or 3735370. OLE color: 3735370.
HSL color Cylindrical-coordinate representation of color #4AFF38: hue angle of 114.57º 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 #4AFF38 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 56 | - |
| CMYK | 0.71 | 0 | 0.78 | 0 |
| HSL | 114.57º | 1% | 0.61% | - |
| HSV(B) | 114.57º | 0.78% | 1% | - |
| XYZ | 39.3 | 73.26 | 15.81 | - |
| YUV | 178.2 | 59.03 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 56 | 0.71 | 0 | 0.78 | 0 | 114.57 | 1 | 0.61 |
| Hex | 4A | FF | 38 | 47 | 0 | 4E | 0 | 73 | 64 | 3D |
| Octal | 112 | 377 | 70 | 107 | 0 | 116 | 0 | 163 | 144 | 75 |
| Binary | 1001010 | 11111111 | 111000 | 1000111 | 0 | 1001110 | 0 | 1110011 | 1100100 | 111101 |
Color Harmonies of #4AFF38
Complementary color
Monochromatic Colors of #4AFF38
Black with #4AFF38
Text Example
Text Example
White with #4AFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF38; }
p { color: rgb(74,255,56); }
H1.HeaderClassName
{
color: #4AFF38;
}
.AnyTagClassName
{
color: #4AFF38;
}
</style>
background-color css
<style>
a { background-color: #4AFF38; }
a { background-color: rgb(74,255,56); }
div.DivClassName
{
background-color: #4AFF38;
}
.BgClassName
{
background-color: #4AFF38;
}
</style>
border-color css
<style>
span { border-color: #4AFF38; }
span { border-color: rgb(74,255,56); }
td.TdClassName
{
border-color: #4AFF38;
}
.TagClassName
{
border-color: #4AFF38;
}
</style>