Shades of Screamin' Green #4AFB68
Tints of Screamin' Green #4AFB68
RGB
CMYK
RGB Variations
Color information
#4AFB68 (or 0x4AFB68) is known color: Screamin' Green. HEX triplet: 4A, FB and 68. RGB value is (74,251,104). Sum of RGB (Red+Green+Blue) = 74+251+104=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 251 (98.44% from 255 or 58.51% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB68 is #B50497. Grayscale: #B5B5B5. Windows color (decimal): -11863192 or 6880074. OLE color: 6880074.
HSL color Cylindrical-coordinate representation of color #4AFB68: hue angle of 130.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFB68 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 104 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.02 |
| HSL | 130.17º | 0.96% | 0.64% | - |
| HSV(B) | 130.17º | 0.71% | 0.98% | - |
| XYZ | 39.82 | 71.45 | 24.79 | - |
| YUV | 181.32 | 84.36 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 104 | 0.71 | 0 | 0.59 | 0.02 | 130.17 | 0.96 | 0.64 |
| Hex | 4A | FB | 68 | 47 | 0 | 3B | 2 | 82 | 60 | 40 |
| Octal | 112 | 373 | 150 | 107 | 0 | 73 | 2 | 202 | 140 | 100 |
| Binary | 1001010 | 11111011 | 1101000 | 1000111 | 0 | 111011 | 10 | 10000010 | 1100000 | 1000000 |
Color Harmonies of #4AFB68
Complementary color
Monochromatic Colors of #4AFB68
Black with #4AFB68
Text Example
Text Example
White with #4AFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB68; }
p { color: rgb(74,251,104); }
H1.HeaderClassName
{
color: #4AFB68;
}
.AnyTagClassName
{
color: #4AFB68;
}
</style>
background-color css
<style>
a { background-color: #4AFB68; }
a { background-color: rgb(74,251,104); }
div.DivClassName
{
background-color: #4AFB68;
}
.BgClassName
{
background-color: #4AFB68;
}
</style>
border-color css
<style>
span { border-color: #4AFB68; }
span { border-color: rgb(74,251,104); }
td.TdClassName
{
border-color: #4AFB68;
}
.TagClassName
{
border-color: #4AFB68;
}
</style>