Shades of Screamin' Green #4CF276
Tints of Screamin' Green #4CF276
RGB
CMYK
RGB Variations
Color information
#4CF276 (or 0x4CF276) is known color: Screamin' Green. HEX triplet: 4C, F2 and 76. RGB value is (76,242,118). Sum of RGB (Red+Green+Blue) = 76+242+118=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF276 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF276 is #B30D89. Grayscale: #B2B2B2. Windows color (decimal): -11734410 or 7795276. OLE color: 7795276.
HSL color Cylindrical-coordinate representation of color #4CF276: hue angle of 135.18º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF276 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 118 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.05 |
| HSL | 135.18º | 0.86% | 0.62% | - |
| HSV(B) | 135.18º | 0.69% | 0.95% | - |
| XYZ | 38 | 66.35 | 27.94 | - |
| YUV | 178.23 | 94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 118 | 0.69 | 0 | 0.51 | 0.05 | 135.18 | 0.86 | 0.62 |
| Hex | 4C | F2 | 76 | 45 | 0 | 33 | 5 | 87 | 56 | 3E |
| Octal | 114 | 362 | 166 | 105 | 0 | 63 | 5 | 207 | 126 | 76 |
| Binary | 1001100 | 11110010 | 1110110 | 1000101 | 0 | 110011 | 101 | 10000111 | 1010110 | 111110 |
Color Harmonies of #4CF276
Complementary color
Monochromatic Colors of #4CF276
Black with #4CF276
Text Example
Text Example
White with #4CF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF276; }
p { color: rgb(76,242,118); }
H1.HeaderClassName
{
color: #4CF276;
}
.AnyTagClassName
{
color: #4CF276;
}
</style>
background-color css
<style>
a { background-color: #4CF276; }
a { background-color: rgb(76,242,118); }
div.DivClassName
{
background-color: #4CF276;
}
.BgClassName
{
background-color: #4CF276;
}
</style>
border-color css
<style>
span { border-color: #4CF276; }
span { border-color: rgb(76,242,118); }
td.TdClassName
{
border-color: #4CF276;
}
.TagClassName
{
border-color: #4CF276;
}
</style>