Shades of Screamin' Green #4AF344
Tints of Screamin' Green #4AF344
RGB
CMYK
RGB Variations
Color information
#4AF344 (or 0x4AF344) is known color: Screamin' Green. HEX triplet: 4A, F3 and 44. RGB value is (74,243,68). Sum of RGB (Red+Green+Blue) = 74+243+68=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF344 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF344 is #B50CBB. Grayscale: #ADADAD. Windows color (decimal): -11865276 or 4518730. OLE color: 4518730.
HSL color Cylindrical-coordinate representation of color #4AF344: hue angle of 117.94º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AF344 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 68 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.05 |
| HSL | 117.94º | 0.88% | 0.61% | - |
| HSV(B) | 117.94º | 0.72% | 0.95% | - |
| XYZ | 35.92 | 65.97 | 16.31 | - |
| YUV | 172.52 | 69.01 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 68 | 0.70 | 0 | 0.72 | 0.05 | 117.94 | 0.88 | 0.61 |
| Hex | 4A | F3 | 44 | 46 | 0 | 48 | 5 | 76 | 58 | 3D |
| Octal | 112 | 363 | 104 | 106 | 0 | 110 | 5 | 166 | 130 | 75 |
| Binary | 1001010 | 11110011 | 1000100 | 1000110 | 0 | 1001000 | 101 | 1110110 | 1011000 | 111101 |
Color Harmonies of #4AF344
Complementary color
Monochromatic Colors of #4AF344
Black with #4AF344
Text Example
Text Example
White with #4AF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF344; }
p { color: rgb(74,243,68); }
H1.HeaderClassName
{
color: #4AF344;
}
.AnyTagClassName
{
color: #4AF344;
}
</style>
background-color css
<style>
a { background-color: #4AF344; }
a { background-color: rgb(74,243,68); }
div.DivClassName
{
background-color: #4AF344;
}
.BgClassName
{
background-color: #4AF344;
}
</style>
border-color css
<style>
span { border-color: #4AF344; }
span { border-color: rgb(74,243,68); }
td.TdClassName
{
border-color: #4AF344;
}
.TagClassName
{
border-color: #4AF344;
}
</style>