Shades of Screamin' Green #4AFE67
Tints of Screamin' Green #4AFE67
RGB
CMYK
RGB Variations
Color information
#4AFE67 (or 0x4AFE67) is known color: Screamin' Green. HEX triplet: 4A, FE and 67. RGB value is (74,254,103). Sum of RGB (Red+Green+Blue) = 74+254+103=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 254 (99.61% from 255 or 58.93% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFE67 is #B50198. Grayscale: #B7B7B7. Windows color (decimal): -11862425 or 6815306. OLE color: 6815306.
HSL color Cylindrical-coordinate representation of color #4AFE67: hue angle of 129.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFE67 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 103 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.00 |
| HSL | 129.67º | 0.99% | 0.64% | - |
| HSV(B) | 129.67º | 0.71% | 1% | - |
| XYZ | 40.71 | 73.32 | 24.84 | - |
| YUV | 182.97 | 82.87 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 103 | 0.71 | 0 | 0.59 | 0.00 | 129.67 | 0.99 | 0.64 |
| Hex | 4A | FE | 67 | 47 | 0 | 3B | 0 | 82 | 63 | 40 |
| Octal | 112 | 376 | 147 | 107 | 0 | 73 | 0 | 202 | 143 | 100 |
| Binary | 1001010 | 11111110 | 1100111 | 1000111 | 0 | 111011 | 0 | 10000010 | 1100011 | 1000000 |
Color Harmonies of #4AFE67
Complementary color
Monochromatic Colors of #4AFE67
Black with #4AFE67
Text Example
Text Example
White with #4AFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE67; }
p { color: rgb(74,254,103); }
H1.HeaderClassName
{
color: #4AFE67;
}
.AnyTagClassName
{
color: #4AFE67;
}
</style>
background-color css
<style>
a { background-color: #4AFE67; }
a { background-color: rgb(74,254,103); }
div.DivClassName
{
background-color: #4AFE67;
}
.BgClassName
{
background-color: #4AFE67;
}
</style>
border-color css
<style>
span { border-color: #4AFE67; }
span { border-color: rgb(74,254,103); }
td.TdClassName
{
border-color: #4AFE67;
}
.TagClassName
{
border-color: #4AFE67;
}
</style>