Shades of Screamin' Green #4AFF68
Tints of Screamin' Green #4AFF68
RGB
CMYK
RGB Variations
Color information
#4AFF68 (or 0x4AFF68) is known color: Screamin' Green. HEX triplet: 4A, FF and 68. RGB value is (74,255,104). Sum of RGB (Red+Green+Blue) = 74+255+104=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFF68 is #B50097. Grayscale: #B8B8B8. Windows color (decimal): -11862168 or 6881098. OLE color: 6881098.
HSL color Cylindrical-coordinate representation of color #4AFF68: hue angle of 129.94º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFF68 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 104 | - |
| CMYK | 0.71 | 0 | 0.59 | 0 |
| HSL | 129.94º | 1% | 0.65% | - |
| HSV(B) | 129.94º | 0.71% | 1% | - |
| XYZ | 41.08 | 73.98 | 25.21 | - |
| YUV | 183.67 | 83.03 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 104 | 0.71 | 0 | 0.59 | 0 | 129.94 | 1 | 0.65 |
| Hex | 4A | FF | 68 | 47 | 0 | 3B | 0 | 82 | 64 | 41 |
| Octal | 112 | 377 | 150 | 107 | 0 | 73 | 0 | 202 | 144 | 101 |
| Binary | 1001010 | 11111111 | 1101000 | 1000111 | 0 | 111011 | 0 | 10000010 | 1100100 | 1000001 |
Color Harmonies of #4AFF68
Complementary color
Monochromatic Colors of #4AFF68
Black with #4AFF68
Text Example
Text Example
White with #4AFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF68; }
p { color: rgb(74,255,104); }
H1.HeaderClassName
{
color: #4AFF68;
}
.AnyTagClassName
{
color: #4AFF68;
}
</style>
background-color css
<style>
a { background-color: #4AFF68; }
a { background-color: rgb(74,255,104); }
div.DivClassName
{
background-color: #4AFF68;
}
.BgClassName
{
background-color: #4AFF68;
}
</style>
border-color css
<style>
span { border-color: #4AFF68; }
span { border-color: rgb(74,255,104); }
td.TdClassName
{
border-color: #4AFF68;
}
.TagClassName
{
border-color: #4AFF68;
}
</style>