Shades of Screamin' Green #4CFF4B
Tints of Screamin' Green #4CFF4B
RGB
CMYK
RGB Variations
Color information
#4CFF4B (or 0x4CFF4B) is known color: Screamin' Green. HEX triplet: 4C, FF and 4B. RGB value is (76,255,75). Sum of RGB (Red+Green+Blue) = 76+255+75=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFF4B is #B300B4. Grayscale: #B5B5B5. Windows color (decimal): -11731125 or 4980556. OLE color: 4980556.
HSL color Cylindrical-coordinate representation of color #4CFF4B: hue angle of 119.67º 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 #4CFF4B is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 75 | - |
| CMYK | 0.70 | 0 | 0.71 | 0 |
| HSL | 119.67º | 1% | 0.65% | - |
| HSV(B) | 119.67º | 0.71% | 1% | - |
| XYZ | 40.01 | 73.56 | 18.75 | - |
| YUV | 180.96 | 68.2 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 75 | 0.70 | 0 | 0.71 | 0 | 119.67 | 1 | 0.65 |
| Hex | 4C | FF | 4B | 46 | 0 | 47 | 0 | 78 | 64 | 41 |
| Octal | 114 | 377 | 113 | 106 | 0 | 107 | 0 | 170 | 144 | 101 |
| Binary | 1001100 | 11111111 | 1001011 | 1000110 | 0 | 1000111 | 0 | 1111000 | 1100100 | 1000001 |
Color Harmonies of #4CFF4B
Complementary color
Monochromatic Colors of #4CFF4B
Black with #4CFF4B
Text Example
Text Example
White with #4CFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF4B; }
p { color: rgb(76,255,75); }
H1.HeaderClassName
{
color: #4CFF4B;
}
.AnyTagClassName
{
color: #4CFF4B;
}
</style>
background-color css
<style>
a { background-color: #4CFF4B; }
a { background-color: rgb(76,255,75); }
div.DivClassName
{
background-color: #4CFF4B;
}
.BgClassName
{
background-color: #4CFF4B;
}
</style>
border-color css
<style>
span { border-color: #4CFF4B; }
span { border-color: rgb(76,255,75); }
td.TdClassName
{
border-color: #4CFF4B;
}
.TagClassName
{
border-color: #4CFF4B;
}
</style>