Shades of Screamin' Green #74FE47
Tints of Screamin' Green #74FE47
RGB
CMYK
RGB Variations
Color information
#74FE47 (or 0x74FE47) is known color: Screamin' Green. HEX triplet: 74, FE and 47. RGB value is (116,254,71). Sum of RGB (Red+Green+Blue) = 116+254+71=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE47 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FE47 is #8B01B8. Grayscale: #C0C0C0. Windows color (decimal): -9109945 or 4718196. OLE color: 4718196.
HSL color Cylindrical-coordinate representation of color #74FE47: hue angle of 105.25º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74FE47 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 71 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.00 |
| HSL | 105.25º | 0.99% | 0.64% | - |
| HSV(B) | 105.25º | 0.72% | 1% | - |
| XYZ | 43.78 | 75.05 | 18.14 | - |
| YUV | 191.88 | 59.78 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 71 | 0.54 | 0 | 0.72 | 0.00 | 105.25 | 0.99 | 0.64 |
| Hex | 74 | FE | 47 | 36 | 0 | 48 | 0 | 69 | 63 | 40 |
| Octal | 164 | 376 | 107 | 66 | 0 | 110 | 0 | 151 | 143 | 100 |
| Binary | 1110100 | 11111110 | 1000111 | 110110 | 0 | 1001000 | 0 | 1101001 | 1100011 | 1000000 |
Color Harmonies of #74FE47
Complementary color
Monochromatic Colors of #74FE47
Black with #74FE47
Text Example
Text Example
White with #74FE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE47; }
p { color: rgb(116,254,71); }
H1.HeaderClassName
{
color: #74FE47;
}
.AnyTagClassName
{
color: #74FE47;
}
</style>
background-color css
<style>
a { background-color: #74FE47; }
a { background-color: rgb(116,254,71); }
div.DivClassName
{
background-color: #74FE47;
}
.BgClassName
{
background-color: #74FE47;
}
</style>
border-color css
<style>
span { border-color: #74FE47; }
span { border-color: rgb(116,254,71); }
td.TdClassName
{
border-color: #74FE47;
}
.TagClassName
{
border-color: #74FE47;
}
</style>