Shades of Screamin' Green #4AFD6C
Tints of Screamin' Green #4AFD6C
RGB
CMYK
RGB Variations
Color information
#4AFD6C (or 0x4AFD6C) is known color: Screamin' Green. HEX triplet: 4A, FD and 6C. RGB value is (74,253,108). Sum of RGB (Red+Green+Blue) = 74+253+108=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 253 (99.22% from 255 or 58.16% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFD6C is #B50293. Grayscale: #B7B7B7. Windows color (decimal): -11862676 or 7142730. OLE color: 7142730.
HSL color Cylindrical-coordinate representation of color #4AFD6C: hue angle of 131.4º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFD6C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 108 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.01 |
| HSL | 131.4º | 0.98% | 0.64% | - |
| HSV(B) | 131.4º | 0.71% | 0.99% | - |
| XYZ | 40.66 | 72.79 | 26.09 | - |
| YUV | 182.95 | 85.7 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 108 | 0.71 | 0 | 0.57 | 0.01 | 131.4 | 0.98 | 0.64 |
| Hex | 4A | FD | 6C | 47 | 0 | 39 | 1 | 83 | 62 | 40 |
| Octal | 112 | 375 | 154 | 107 | 0 | 71 | 1 | 203 | 142 | 100 |
| Binary | 1001010 | 11111101 | 1101100 | 1000111 | 0 | 111001 | 1 | 10000011 | 1100010 | 1000000 |
Color Harmonies of #4AFD6C
Complementary color
Monochromatic Colors of #4AFD6C
Black with #4AFD6C
Text Example
Text Example
White with #4AFD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFD6C; }
p { color: rgb(74,253,108); }
H1.HeaderClassName
{
color: #4AFD6C;
}
.AnyTagClassName
{
color: #4AFD6C;
}
</style>
background-color css
<style>
a { background-color: #4AFD6C; }
a { background-color: rgb(74,253,108); }
div.DivClassName
{
background-color: #4AFD6C;
}
.BgClassName
{
background-color: #4AFD6C;
}
</style>
border-color css
<style>
span { border-color: #4AFD6C; }
span { border-color: rgb(74,253,108); }
td.TdClassName
{
border-color: #4AFD6C;
}
.TagClassName
{
border-color: #4AFD6C;
}
</style>