Shades of Screamin' Green #53FA74
Tints of Screamin' Green #53FA74
RGB
CMYK
RGB Variations
Color information
#53FA74 (or 0x53FA74) is known color: Screamin' Green. HEX triplet: 53, FA and 74. RGB value is (83,250,116). Sum of RGB (Red+Green+Blue) = 83+250+116=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #53FA74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53FA74 is #AC058B. Grayscale: #B9B9B9. Windows color (decimal): -11273612 or 7666259. OLE color: 7666259.
HSL color Cylindrical-coordinate representation of color #53FA74: hue angle of 131.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FA74 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 116 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.02 |
| HSL | 131.86º | 0.94% | 0.65% | - |
| HSV(B) | 131.86º | 0.67% | 0.98% | - |
| XYZ | 40.91 | 71.47 | 28.16 | - |
| YUV | 184.79 | 89.17 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 116 | 0.67 | 0 | 0.54 | 0.02 | 131.86 | 0.94 | 0.65 |
| Hex | 53 | FA | 74 | 43 | 0 | 36 | 2 | 84 | 5E | 41 |
| Octal | 123 | 372 | 164 | 103 | 0 | 66 | 2 | 204 | 136 | 101 |
| Binary | 1010011 | 11111010 | 1110100 | 1000011 | 0 | 110110 | 10 | 10000100 | 1011110 | 1000001 |
Color Harmonies of #53FA74
Complementary color
Monochromatic Colors of #53FA74
Black with #53FA74
Text Example
Text Example
White with #53FA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FA74; }
p { color: rgb(83,250,116); }
H1.HeaderClassName
{
color: #53FA74;
}
.AnyTagClassName
{
color: #53FA74;
}
</style>
background-color css
<style>
a { background-color: #53FA74; }
a { background-color: rgb(83,250,116); }
div.DivClassName
{
background-color: #53FA74;
}
.BgClassName
{
background-color: #53FA74;
}
</style>
border-color css
<style>
span { border-color: #53FA74; }
span { border-color: rgb(83,250,116); }
td.TdClassName
{
border-color: #53FA74;
}
.TagClassName
{
border-color: #53FA74;
}
</style>