Shades of Screamin' Green #4CFF41
Tints of Screamin' Green #4CFF41
RGB
CMYK
RGB Variations
Color information
#4CFF41 (or 0x4CFF41) is known color: Screamin' Green. HEX triplet: 4C, FF and 41. RGB value is (76,255,65). Sum of RGB (Red+Green+Blue) = 76+255+65=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFF41 is #B300BE. Grayscale: #B4B4B4. Windows color (decimal): -11731135 or 4325196. OLE color: 4325196.
HSL color Cylindrical-coordinate representation of color #4CFF41: hue angle of 116.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CFF41 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 65 | - |
| CMYK | 0.70 | 0 | 0.75 | 0 |
| HSL | 116.53º | 1% | 0.63% | - |
| HSV(B) | 116.53º | 0.75% | 1% | - |
| XYZ | 39.69 | 73.44 | 17.08 | - |
| YUV | 179.82 | 63.2 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 65 | 0.70 | 0 | 0.75 | 0 | 116.53 | 1 | 0.63 |
| Hex | 4C | FF | 41 | 46 | 0 | 4B | 0 | 75 | 64 | 3F |
| Octal | 114 | 377 | 101 | 106 | 0 | 113 | 0 | 165 | 144 | 77 |
| Binary | 1001100 | 11111111 | 1000001 | 1000110 | 0 | 1001011 | 0 | 1110101 | 1100100 | 111111 |
Color Harmonies of #4CFF41
Complementary color
Monochromatic Colors of #4CFF41
Black with #4CFF41
Text Example
Text Example
White with #4CFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF41; }
p { color: rgb(76,255,65); }
H1.HeaderClassName
{
color: #4CFF41;
}
.AnyTagClassName
{
color: #4CFF41;
}
</style>
background-color css
<style>
a { background-color: #4CFF41; }
a { background-color: rgb(76,255,65); }
div.DivClassName
{
background-color: #4CFF41;
}
.BgClassName
{
background-color: #4CFF41;
}
</style>
border-color css
<style>
span { border-color: #4CFF41; }
span { border-color: rgb(76,255,65); }
td.TdClassName
{
border-color: #4CFF41;
}
.TagClassName
{
border-color: #4CFF41;
}
</style>