Shades of Screamin' Green #4CF273
Tints of Screamin' Green #4CF273
RGB
CMYK
RGB Variations
Color information
#4CF273 (or 0x4CF273) is known color: Screamin' Green. HEX triplet: 4C, F2 and 73. RGB value is (76,242,115). Sum of RGB (Red+Green+Blue) = 76+242+115=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF273 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF273 is #B30D8C. Grayscale: #B2B2B2. Windows color (decimal): -11734413 or 7598668. OLE color: 7598668.
HSL color Cylindrical-coordinate representation of color #4CF273: hue angle of 134.1º 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 #4CF273 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 115 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.05 |
| HSL | 134.1º | 0.86% | 0.62% | - |
| HSV(B) | 134.1º | 0.69% | 0.95% | - |
| XYZ | 37.83 | 66.28 | 27.02 | - |
| YUV | 177.89 | 92.5 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 115 | 0.69 | 0 | 0.52 | 0.05 | 134.1 | 0.86 | 0.62 |
| Hex | 4C | F2 | 73 | 45 | 0 | 34 | 5 | 86 | 56 | 3E |
| Octal | 114 | 362 | 163 | 105 | 0 | 64 | 5 | 206 | 126 | 76 |
| Binary | 1001100 | 11110010 | 1110011 | 1000101 | 0 | 110100 | 101 | 10000110 | 1010110 | 111110 |
Color Harmonies of #4CF273
Complementary color
Monochromatic Colors of #4CF273
Black with #4CF273
Text Example
Text Example
White with #4CF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF273; }
p { color: rgb(76,242,115); }
H1.HeaderClassName
{
color: #4CF273;
}
.AnyTagClassName
{
color: #4CF273;
}
</style>
background-color css
<style>
a { background-color: #4CF273; }
a { background-color: rgb(76,242,115); }
div.DivClassName
{
background-color: #4CF273;
}
.BgClassName
{
background-color: #4CF273;
}
</style>
border-color css
<style>
span { border-color: #4CF273; }
span { border-color: rgb(76,242,115); }
td.TdClassName
{
border-color: #4CF273;
}
.TagClassName
{
border-color: #4CF273;
}
</style>