Shades of Screamin' Green #53F040
Tints of Screamin' Green #53F040
RGB
CMYK
RGB Variations
Color information
#53F040 (or 0x53F040) is known color: Screamin' Green. HEX triplet: 53, F0 and 40. RGB value is (83,240,64). Sum of RGB (Red+Green+Blue) = 83+240+64=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #53F040 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F040 is #AC0FBF. Grayscale: #ADADAD. Windows color (decimal): -11276224 or 4255827. OLE color: 4255827.
HSL color Cylindrical-coordinate representation of color #53F040: hue angle of 113.52º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53F040 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 240 | 64 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.06 |
| HSL | 113.52º | 0.85% | 0.6% | - |
| HSV(B) | 113.52º | 0.73% | 0.94% | - |
| XYZ | 35.65 | 64.53 | 15.43 | - |
| YUV | 172.99 | 66.49 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 240 | 64 | 0.65 | 0 | 0.73 | 0.06 | 113.52 | 0.85 | 0.6 |
| Hex | 53 | F0 | 40 | 41 | 0 | 49 | 6 | 72 | 55 | 3C |
| Octal | 123 | 360 | 100 | 101 | 0 | 111 | 6 | 162 | 125 | 74 |
| Binary | 1010011 | 11110000 | 1000000 | 1000001 | 0 | 1001001 | 110 | 1110010 | 1010101 | 111100 |
Color Harmonies of #53F040
Complementary color
Monochromatic Colors of #53F040
Black with #53F040
Text Example
Text Example
White with #53F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F040; }
p { color: rgb(83,240,64); }
H1.HeaderClassName
{
color: #53F040;
}
.AnyTagClassName
{
color: #53F040;
}
</style>
background-color css
<style>
a { background-color: #53F040; }
a { background-color: rgb(83,240,64); }
div.DivClassName
{
background-color: #53F040;
}
.BgClassName
{
background-color: #53F040;
}
</style>
border-color css
<style>
span { border-color: #53F040; }
span { border-color: rgb(83,240,64); }
td.TdClassName
{
border-color: #53F040;
}
.TagClassName
{
border-color: #53F040;
}
</style>