Shades of Screamin' Green #4AF645
Tints of Screamin' Green #4AF645
RGB
CMYK
RGB Variations
Color information
#4AF645 (or 0x4AF645) is known color: Screamin' Green. HEX triplet: 4A, F6 and 45. RGB value is (74,246,69). Sum of RGB (Red+Green+Blue) = 74+246+69=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 246 (96.48% from 255 or 63.24% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF645 is #B509BA. Grayscale: #AEAEAE. Windows color (decimal): -11864507 or 4585034. OLE color: 4585034.
HSL color Cylindrical-coordinate representation of color #4AF645: hue angle of 118.31º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AF645 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 69 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.04 |
| HSL | 118.31º | 0.91% | 0.62% | - |
| HSV(B) | 118.31º | 0.72% | 0.96% | - |
| XYZ | 36.85 | 67.8 | 16.77 | - |
| YUV | 174.39 | 68.52 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 69 | 0.70 | 0 | 0.72 | 0.04 | 118.31 | 0.91 | 0.62 |
| Hex | 4A | F6 | 45 | 46 | 0 | 48 | 4 | 76 | 5B | 3E |
| Octal | 112 | 366 | 105 | 106 | 0 | 110 | 4 | 166 | 133 | 76 |
| Binary | 1001010 | 11110110 | 1000101 | 1000110 | 0 | 1001000 | 100 | 1110110 | 1011011 | 111110 |
Color Harmonies of #4AF645
Complementary color
Monochromatic Colors of #4AF645
Black with #4AF645
Text Example
Text Example
White with #4AF645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF645; }
p { color: rgb(74,246,69); }
H1.HeaderClassName
{
color: #4AF645;
}
.AnyTagClassName
{
color: #4AF645;
}
</style>
background-color css
<style>
a { background-color: #4AF645; }
a { background-color: rgb(74,246,69); }
div.DivClassName
{
background-color: #4AF645;
}
.BgClassName
{
background-color: #4AF645;
}
</style>
border-color css
<style>
span { border-color: #4AF645; }
span { border-color: rgb(74,246,69); }
td.TdClassName
{
border-color: #4AF645;
}
.TagClassName
{
border-color: #4AF645;
}
</style>