Shades of Screamin' Green #4CF85A
Tints of Screamin' Green #4CF85A
RGB
CMYK
RGB Variations
Color information
#4CF85A (or 0x4CF85A) is known color: Screamin' Green. HEX triplet: 4C, F8 and 5A. RGB value is (76,248,90). Sum of RGB (Red+Green+Blue) = 76+248+90=414 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.36% from 414); Green value is 248 (97.27% from 255 or 59.90% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF85A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF85A is #B307A5. Grayscale: #B3B3B3. Windows color (decimal): -11732902 or 5961804. OLE color: 5961804.
HSL color Cylindrical-coordinate representation of color #4CF85A: hue angle of 124.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF85A is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 248 | 90 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.03 |
| HSL | 124.88º | 0.92% | 0.64% | - |
| HSV(B) | 124.88º | 0.69% | 0.97% | - |
| XYZ | 38.39 | 69.41 | 21.05 | - |
| YUV | 178.56 | 78.02 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 90 | 0.69 | 0 | 0.64 | 0.03 | 124.88 | 0.92 | 0.64 |
| Hex | 4C | F8 | 5A | 45 | 0 | 40 | 3 | 7D | 5C | 40 |
| Octal | 114 | 370 | 132 | 105 | 0 | 100 | 3 | 175 | 134 | 100 |
| Binary | 1001100 | 11111000 | 1011010 | 1000101 | 0 | 1000000 | 11 | 1111101 | 1011100 | 1000000 |
Color Harmonies of #4CF85A
Complementary color
Monochromatic Colors of #4CF85A
Black with #4CF85A
Text Example
Text Example
White with #4CF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF85A; }
p { color: rgb(76,248,90); }
H1.HeaderClassName
{
color: #4CF85A;
}
.AnyTagClassName
{
color: #4CF85A;
}
</style>
background-color css
<style>
a { background-color: #4CF85A; }
a { background-color: rgb(76,248,90); }
div.DivClassName
{
background-color: #4CF85A;
}
.BgClassName
{
background-color: #4CF85A;
}
</style>
border-color css
<style>
span { border-color: #4CF85A; }
span { border-color: rgb(76,248,90); }
td.TdClassName
{
border-color: #4CF85A;
}
.TagClassName
{
border-color: #4CF85A;
}
</style>