Shades of Screamin' Green #4AFF4B
Tints of Screamin' Green #4AFF4B
RGB
CMYK
RGB Variations
Color information
#4AFF4B (or 0x4AFF4B) is known color: Screamin' Green. HEX triplet: 4A, FF and 4B. RGB value is (74,255,75). Sum of RGB (Red+Green+Blue) = 74+255+75=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF4B is #B500B4. Grayscale: #B4B4B4. Windows color (decimal): -11862197 or 4980554. OLE color: 4980554.
HSL color Cylindrical-coordinate representation of color #4AFF4B: hue angle of 120.33º 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 #4AFF4B is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 75 | - |
| CMYK | 0.71 | 0 | 0.71 | 0 |
| HSL | 120.33º | 1% | 0.65% | - |
| HSV(B) | 120.33º | 0.71% | 1% | - |
| XYZ | 39.85 | 73.48 | 18.74 | - |
| YUV | 180.36 | 68.53 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 75 | 0.71 | 0 | 0.71 | 0 | 120.33 | 1 | 0.65 |
| Hex | 4A | FF | 4B | 47 | 0 | 47 | 0 | 78 | 64 | 41 |
| Octal | 112 | 377 | 113 | 107 | 0 | 107 | 0 | 170 | 144 | 101 |
| Binary | 1001010 | 11111111 | 1001011 | 1000111 | 0 | 1000111 | 0 | 1111000 | 1100100 | 1000001 |
Color Harmonies of #4AFF4B
Complementary color
Monochromatic Colors of #4AFF4B
Black with #4AFF4B
Text Example
Text Example
White with #4AFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF4B; }
p { color: rgb(74,255,75); }
H1.HeaderClassName
{
color: #4AFF4B;
}
.AnyTagClassName
{
color: #4AFF4B;
}
</style>
background-color css
<style>
a { background-color: #4AFF4B; }
a { background-color: rgb(74,255,75); }
div.DivClassName
{
background-color: #4AFF4B;
}
.BgClassName
{
background-color: #4AFF4B;
}
</style>
border-color css
<style>
span { border-color: #4AFF4B; }
span { border-color: rgb(74,255,75); }
td.TdClassName
{
border-color: #4AFF4B;
}
.TagClassName
{
border-color: #4AFF4B;
}
</style>