Shades of Screamin' Green #74F463
Tints of Screamin' Green #74F463
RGB
CMYK
RGB Variations
Color information
#74F463 (or 0x74F463) is known color: Screamin' Green. HEX triplet: 74, F4 and 63. RGB value is (116,244,99). Sum of RGB (Red+Green+Blue) = 116+244+99=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 244 (95.70% from 255 or 53.16% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 244 - color contains mainly: green. Hex color #74F463 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F463 is #8B0B9C. Grayscale: #BDBDBD. Windows color (decimal): -9112477 or 6550644. OLE color: 6550644.
HSL color Cylindrical-coordinate representation of color #74F463: hue angle of 112.97º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74F463 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 99 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.04 |
| HSL | 112.97º | 0.87% | 0.67% | - |
| HSV(B) | 112.97º | 0.59% | 0.96% | - |
| XYZ | 41.81 | 69.32 | 22.98 | - |
| YUV | 189.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 99 | 0.52 | 0 | 0.59 | 0.04 | 112.97 | 0.87 | 0.67 |
| Hex | 74 | F4 | 63 | 34 | 0 | 3B | 4 | 71 | 57 | 43 |
| Octal | 164 | 364 | 143 | 64 | 0 | 73 | 4 | 161 | 127 | 103 |
| Binary | 1110100 | 11110100 | 1100011 | 110100 | 0 | 111011 | 100 | 1110001 | 1010111 | 1000011 |
Color Harmonies of #74F463
Complementary color
Monochromatic Colors of #74F463
Black with #74F463
Text Example
Text Example
White with #74F463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F463; }
p { color: rgb(116,244,99); }
H1.HeaderClassName
{
color: #74F463;
}
.AnyTagClassName
{
color: #74F463;
}
</style>
background-color css
<style>
a { background-color: #74F463; }
a { background-color: rgb(116,244,99); }
div.DivClassName
{
background-color: #74F463;
}
.BgClassName
{
background-color: #74F463;
}
</style>
border-color css
<style>
span { border-color: #74F463; }
span { border-color: rgb(116,244,99); }
td.TdClassName
{
border-color: #74F463;
}
.TagClassName
{
border-color: #74F463;
}
</style>