Shades of Screamin' Green #4CF270
Tints of Screamin' Green #4CF270
RGB
CMYK
RGB Variations
Color information
#4CF270 (or 0x4CF270) is known color: Screamin' Green. HEX triplet: 4C, F2 and 70. RGB value is (76,242,112). Sum of RGB (Red+Green+Blue) = 76+242+112=430 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.67% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF270 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF270 is #B30D8F. Grayscale: #B1B1B1. Windows color (decimal): -11734416 or 7402060. OLE color: 7402060.
HSL color Cylindrical-coordinate representation of color #4CF270: hue angle of 133.01º 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 #4CF270 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 112 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.05 |
| HSL | 133.01º | 0.86% | 0.62% | - |
| HSV(B) | 133.01º | 0.69% | 0.95% | - |
| XYZ | 37.66 | 66.21 | 26.12 | - |
| YUV | 177.55 | 91 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 112 | 0.69 | 0 | 0.54 | 0.05 | 133.01 | 0.86 | 0.62 |
| Hex | 4C | F2 | 70 | 45 | 0 | 36 | 5 | 85 | 56 | 3E |
| Octal | 114 | 362 | 160 | 105 | 0 | 66 | 5 | 205 | 126 | 76 |
| Binary | 1001100 | 11110010 | 1110000 | 1000101 | 0 | 110110 | 101 | 10000101 | 1010110 | 111110 |
Color Harmonies of #4CF270
Complementary color
Monochromatic Colors of #4CF270
Black with #4CF270
Text Example
Text Example
White with #4CF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF270; }
p { color: rgb(76,242,112); }
H1.HeaderClassName
{
color: #4CF270;
}
.AnyTagClassName
{
color: #4CF270;
}
</style>
background-color css
<style>
a { background-color: #4CF270; }
a { background-color: rgb(76,242,112); }
div.DivClassName
{
background-color: #4CF270;
}
.BgClassName
{
background-color: #4CF270;
}
</style>
border-color css
<style>
span { border-color: #4CF270; }
span { border-color: rgb(76,242,112); }
td.TdClassName
{
border-color: #4CF270;
}
.TagClassName
{
border-color: #4CF270;
}
</style>