Shades of Screamin' Green #4AFD8C
Tints of Screamin' Green #4AFD8C
RGB
CMYK
RGB Variations
Color information
#4AFD8C (or 0x4AFD8C) is known color: Screamin' Green. HEX triplet: 4A, FD and 8C. RGB value is (74,253,140). Sum of RGB (Red+Green+Blue) = 74+253+140=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFD8C is #B50273. Grayscale: #BABABA. Windows color (decimal): -11862644 or 9239882. OLE color: 9239882.
HSL color Cylindrical-coordinate representation of color #4AFD8C: hue angle of 142.12º 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 #4AFD8C is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 140 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.01 |
| HSL | 142.12º | 0.98% | 0.64% | - |
| HSV(B) | 142.12º | 0.71% | 0.99% | - |
| XYZ | 42.68 | 73.6 | 36.77 | - |
| YUV | 186.6 | 101.7 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 140 | 0.71 | 0 | 0.45 | 0.01 | 142.12 | 0.98 | 0.64 |
| Hex | 4A | FD | 8C | 47 | 0 | 2D | 1 | 8E | 62 | 40 |
| Octal | 112 | 375 | 214 | 107 | 0 | 55 | 1 | 216 | 142 | 100 |
| Binary | 1001010 | 11111101 | 10001100 | 1000111 | 0 | 101101 | 1 | 10001110 | 1100010 | 1000000 |
Color Harmonies of #4AFD8C
Complementary color
Monochromatic Colors of #4AFD8C
Black with #4AFD8C
Text Example
Text Example
White with #4AFD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFD8C; }
p { color: rgb(74,253,140); }
H1.HeaderClassName
{
color: #4AFD8C;
}
.AnyTagClassName
{
color: #4AFD8C;
}
</style>
background-color css
<style>
a { background-color: #4AFD8C; }
a { background-color: rgb(74,253,140); }
div.DivClassName
{
background-color: #4AFD8C;
}
.BgClassName
{
background-color: #4AFD8C;
}
</style>
border-color css
<style>
span { border-color: #4AFD8C; }
span { border-color: rgb(74,253,140); }
td.TdClassName
{
border-color: #4AFD8C;
}
.TagClassName
{
border-color: #4AFD8C;
}
</style>