Shades of Screamin' Green #4AF64C
Tints of Screamin' Green #4AF64C
RGB
CMYK
RGB Variations
Color information
#4AF64C (or 0x4AF64C) is known color: Screamin' Green. HEX triplet: 4A, F6 and 4C. RGB value is (74,246,76). Sum of RGB (Red+Green+Blue) = 74+246+76=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 246 (96.48% from 255 or 62.12% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF64C is #B509B3. Grayscale: #AFAFAF. Windows color (decimal): -11864500 or 5043786. OLE color: 5043786.
HSL color Cylindrical-coordinate representation of color #4AF64C: hue angle of 120.7º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF64C is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 76 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.04 |
| HSL | 120.7º | 0.91% | 0.63% | - |
| HSV(B) | 120.7º | 0.7% | 0.96% | - |
| XYZ | 37.08 | 67.89 | 17.99 | - |
| YUV | 175.19 | 72.02 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 76 | 0.70 | 0 | 0.69 | 0.04 | 120.7 | 0.91 | 0.63 |
| Hex | 4A | F6 | 4C | 46 | 0 | 45 | 4 | 79 | 5B | 3F |
| Octal | 112 | 366 | 114 | 106 | 0 | 105 | 4 | 171 | 133 | 77 |
| Binary | 1001010 | 11110110 | 1001100 | 1000110 | 0 | 1000101 | 100 | 1111001 | 1011011 | 111111 |
Color Harmonies of #4AF64C
Complementary color
Monochromatic Colors of #4AF64C
Black with #4AF64C
Text Example
Text Example
White with #4AF64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF64C; }
p { color: rgb(74,246,76); }
H1.HeaderClassName
{
color: #4AF64C;
}
.AnyTagClassName
{
color: #4AF64C;
}
</style>
background-color css
<style>
a { background-color: #4AF64C; }
a { background-color: rgb(74,246,76); }
div.DivClassName
{
background-color: #4AF64C;
}
.BgClassName
{
background-color: #4AF64C;
}
</style>
border-color css
<style>
span { border-color: #4AF64C; }
span { border-color: rgb(74,246,76); }
td.TdClassName
{
border-color: #4AF64C;
}
.TagClassName
{
border-color: #4AF64C;
}
</style>