Shades of Screamin' Green #4AE655
Tints of Screamin' Green #4AE655
RGB
CMYK
RGB Variations
Color information
#4AE655 (or 0x4AE655) is known color: Screamin' Green. HEX triplet: 4A, E6 and 55. RGB value is (74,230,85). Sum of RGB (Red+Green+Blue) = 74+230+85=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 230 (90.23% from 255 or 59.13% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE655 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AE655 is #B519AA. Grayscale: #A7A7A7. Windows color (decimal): -11868587 or 5629514. OLE color: 5629514.
HSL color Cylindrical-coordinate representation of color #4AE655: hue angle of 124.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE655 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 85 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.10 |
| HSL | 124.23º | 0.76% | 0.6% | - |
| HSV(B) | 124.23º | 0.68% | 0.9% | - |
| XYZ | 32.76 | 58.71 | 18.2 | - |
| YUV | 166.83 | 81.82 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 85 | 0.68 | 0 | 0.63 | 0.10 | 124.23 | 0.76 | 0.6 |
| Hex | 4A | E6 | 55 | 44 | 0 | 3F | A | 7C | 4C | 3C |
| Octal | 112 | 346 | 125 | 104 | 0 | 77 | 12 | 174 | 114 | 74 |
| Binary | 1001010 | 11100110 | 1010101 | 1000100 | 0 | 111111 | 1010 | 1111100 | 1001100 | 111100 |
Color Harmonies of #4AE655
Complementary color
Monochromatic Colors of #4AE655
Black with #4AE655
Text Example
Text Example
White with #4AE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE655; }
p { color: rgb(74,230,85); }
H1.HeaderClassName
{
color: #4AE655;
}
.AnyTagClassName
{
color: #4AE655;
}
</style>
background-color css
<style>
a { background-color: #4AE655; }
a { background-color: rgb(74,230,85); }
div.DivClassName
{
background-color: #4AE655;
}
.BgClassName
{
background-color: #4AE655;
}
</style>
border-color css
<style>
span { border-color: #4AE655; }
span { border-color: rgb(74,230,85); }
td.TdClassName
{
border-color: #4AE655;
}
.TagClassName
{
border-color: #4AE655;
}
</style>