Shades of Screamin' Green #4CFE82
Tints of Screamin' Green #4CFE82
RGB
CMYK
RGB Variations
Color information
#4CFE82 (or 0x4CFE82) is known color: Screamin' Green. HEX triplet: 4C, FE and 82. RGB value is (76,254,130). Sum of RGB (Red+Green+Blue) = 76+254+130=460 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.52% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFE82 is #B3017D. Grayscale: #BABABA. Windows color (decimal): -11731326 or 8584780. OLE color: 8584780.
HSL color Cylindrical-coordinate representation of color #4CFE82: hue angle of 138.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFE82 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 130 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.00 |
| HSL | 138.2º | 0.99% | 0.65% | - |
| HSV(B) | 138.2º | 0.7% | 1% | - |
| XYZ | 42.45 | 74.03 | 33.17 | - |
| YUV | 186.64 | 96.03 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 130 | 0.70 | 0 | 0.49 | 0.00 | 138.2 | 0.99 | 0.65 |
| Hex | 4C | FE | 82 | 46 | 0 | 31 | 0 | 8A | 63 | 41 |
| Octal | 114 | 376 | 202 | 106 | 0 | 61 | 0 | 212 | 143 | 101 |
| Binary | 1001100 | 11111110 | 10000010 | 1000110 | 0 | 110001 | 0 | 10001010 | 1100011 | 1000001 |
Color Harmonies of #4CFE82
Complementary color
Monochromatic Colors of #4CFE82
Black with #4CFE82
Text Example
Text Example
White with #4CFE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE82; }
p { color: rgb(76,254,130); }
H1.HeaderClassName
{
color: #4CFE82;
}
.AnyTagClassName
{
color: #4CFE82;
}
</style>
background-color css
<style>
a { background-color: #4CFE82; }
a { background-color: rgb(76,254,130); }
div.DivClassName
{
background-color: #4CFE82;
}
.BgClassName
{
background-color: #4CFE82;
}
</style>
border-color css
<style>
span { border-color: #4CFE82; }
span { border-color: rgb(76,254,130); }
td.TdClassName
{
border-color: #4CFE82;
}
.TagClassName
{
border-color: #4CFE82;
}
</style>