Shades of Screamin' Green #74FA54
Tints of Screamin' Green #74FA54
RGB
CMYK
RGB Variations
Color information
#74FA54 (or 0x74FA54) is known color: Screamin' Green. HEX triplet: 74, FA and 54. RGB value is (116,250,84). Sum of RGB (Red+Green+Blue) = 116+250+84=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA54 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FA54 is #8B05AB. Grayscale: #BFBFBF. Windows color (decimal): -9110956 or 5569140. OLE color: 5569140.
HSL color Cylindrical-coordinate representation of color #74FA54: hue angle of 108.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74FA54 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 84 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.02 |
| HSL | 108.43º | 0.94% | 0.65% | - |
| HSV(B) | 108.43º | 0.66% | 0.98% | - |
| XYZ | 42.99 | 72.72 | 20.16 | - |
| YUV | 191.01 | 67.61 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 84 | 0.54 | 0 | 0.66 | 0.02 | 108.43 | 0.94 | 0.65 |
| Hex | 74 | FA | 54 | 36 | 0 | 42 | 2 | 6C | 5E | 41 |
| Octal | 164 | 372 | 124 | 66 | 0 | 102 | 2 | 154 | 136 | 101 |
| Binary | 1110100 | 11111010 | 1010100 | 110110 | 0 | 1000010 | 10 | 1101100 | 1011110 | 1000001 |
Color Harmonies of #74FA54
Complementary color
Monochromatic Colors of #74FA54
Black with #74FA54
Text Example
Text Example
White with #74FA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA54; }
p { color: rgb(116,250,84); }
H1.HeaderClassName
{
color: #74FA54;
}
.AnyTagClassName
{
color: #74FA54;
}
</style>
background-color css
<style>
a { background-color: #74FA54; }
a { background-color: rgb(116,250,84); }
div.DivClassName
{
background-color: #74FA54;
}
.BgClassName
{
background-color: #74FA54;
}
</style>
border-color css
<style>
span { border-color: #74FA54; }
span { border-color: rgb(116,250,84); }
td.TdClassName
{
border-color: #74FA54;
}
.TagClassName
{
border-color: #74FA54;
}
</style>