Shades of Screamin' Green #4CFA4A
Tints of Screamin' Green #4CFA4A
RGB
CMYK
RGB Variations
Color information
#4CFA4A (or 0x4CFA4A) is known color: Screamin' Green. HEX triplet: 4C, FA and 4A. RGB value is (76,250,74). Sum of RGB (Red+Green+Blue) = 76+250+74=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFA4A is #B305B5. Grayscale: #B2B2B2. Windows color (decimal): -11732406 or 4913740. OLE color: 4913740.
HSL color Cylindrical-coordinate representation of color #4CFA4A: hue angle of 119.32º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFA4A is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 74 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.02 |
| HSL | 119.32º | 0.95% | 0.64% | - |
| HSV(B) | 119.32º | 0.7% | 0.98% | - |
| XYZ | 38.4 | 70.4 | 18.04 | - |
| YUV | 177.91 | 69.35 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 74 | 0.70 | 0 | 0.70 | 0.02 | 119.32 | 0.95 | 0.64 |
| Hex | 4C | FA | 4A | 46 | 0 | 46 | 2 | 77 | 5F | 40 |
| Octal | 114 | 372 | 112 | 106 | 0 | 106 | 2 | 167 | 137 | 100 |
| Binary | 1001100 | 11111010 | 1001010 | 1000110 | 0 | 1000110 | 10 | 1110111 | 1011111 | 1000000 |
Color Harmonies of #4CFA4A
Complementary color
Monochromatic Colors of #4CFA4A
Black with #4CFA4A
Text Example
Text Example
White with #4CFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA4A; }
p { color: rgb(76,250,74); }
H1.HeaderClassName
{
color: #4CFA4A;
}
.AnyTagClassName
{
color: #4CFA4A;
}
</style>
background-color css
<style>
a { background-color: #4CFA4A; }
a { background-color: rgb(76,250,74); }
div.DivClassName
{
background-color: #4CFA4A;
}
.BgClassName
{
background-color: #4CFA4A;
}
</style>
border-color css
<style>
span { border-color: #4CFA4A; }
span { border-color: rgb(76,250,74); }
td.TdClassName
{
border-color: #4CFA4A;
}
.TagClassName
{
border-color: #4CFA4A;
}
</style>