Shades of Screamin' Green #4CF982
Tints of Screamin' Green #4CF982
RGB
CMYK
RGB Variations
Color information
#4CF982 (or 0x4CF982) is known color: Screamin' Green. HEX triplet: 4C, F9 and 82. RGB value is (76,249,130). Sum of RGB (Red+Green+Blue) = 76+249+130=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF982 is #B3067D. Grayscale: #B8B8B8. Windows color (decimal): -11732606 or 8583500. OLE color: 8583500.
HSL color Cylindrical-coordinate representation of color #4CF982: hue angle of 138.73º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF982 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 130 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.02 |
| HSL | 138.73º | 0.94% | 0.64% | - |
| HSV(B) | 138.73º | 0.69% | 0.98% | - |
| XYZ | 40.89 | 70.9 | 32.65 | - |
| YUV | 183.71 | 97.69 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 130 | 0.69 | 0 | 0.48 | 0.02 | 138.73 | 0.94 | 0.64 |
| Hex | 4C | F9 | 82 | 45 | 0 | 30 | 2 | 8B | 5E | 40 |
| Octal | 114 | 371 | 202 | 105 | 0 | 60 | 2 | 213 | 136 | 100 |
| Binary | 1001100 | 11111001 | 10000010 | 1000101 | 0 | 110000 | 10 | 10001011 | 1011110 | 1000000 |
Color Harmonies of #4CF982
Complementary color
Monochromatic Colors of #4CF982
Black with #4CF982
Text Example
Text Example
White with #4CF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF982; }
p { color: rgb(76,249,130); }
H1.HeaderClassName
{
color: #4CF982;
}
.AnyTagClassName
{
color: #4CF982;
}
</style>
background-color css
<style>
a { background-color: #4CF982; }
a { background-color: rgb(76,249,130); }
div.DivClassName
{
background-color: #4CF982;
}
.BgClassName
{
background-color: #4CF982;
}
</style>
border-color css
<style>
span { border-color: #4CF982; }
span { border-color: rgb(76,249,130); }
td.TdClassName
{
border-color: #4CF982;
}
.TagClassName
{
border-color: #4CF982;
}
</style>