Shades of Screamin' Green #53F162
Tints of Screamin' Green #53F162
RGB
CMYK
RGB Variations
Color information
#53F162 (or 0x53F162) is known color: Screamin' Green. HEX triplet: 53, F1 and 62. RGB value is (83,241,98). Sum of RGB (Red+Green+Blue) = 83+241+98=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 241 (94.53% from 255 or 57.11% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 241 - color contains mainly: green. Hex color #53F162 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53F162 is #AC0E9D. Grayscale: #B1B1B1. Windows color (decimal): -11275934 or 6484307. OLE color: 6484307.
HSL color Cylindrical-coordinate representation of color #53F162: hue angle of 125.7º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F162 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 241 | 98 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.05 |
| HSL | 125.7º | 0.85% | 0.64% | - |
| HSV(B) | 125.7º | 0.66% | 0.95% | - |
| XYZ | 37.23 | 65.63 | 22.26 | - |
| YUV | 177.46 | 83.15 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 98 | 0.66 | 0 | 0.59 | 0.05 | 125.7 | 0.85 | 0.64 |
| Hex | 53 | F1 | 62 | 42 | 0 | 3B | 5 | 7E | 55 | 40 |
| Octal | 123 | 361 | 142 | 102 | 0 | 73 | 5 | 176 | 125 | 100 |
| Binary | 1010011 | 11110001 | 1100010 | 1000010 | 0 | 111011 | 101 | 1111110 | 1010101 | 1000000 |
Color Harmonies of #53F162
Complementary color
Monochromatic Colors of #53F162
Black with #53F162
Text Example
Text Example
White with #53F162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F162; }
p { color: rgb(83,241,98); }
H1.HeaderClassName
{
color: #53F162;
}
.AnyTagClassName
{
color: #53F162;
}
</style>
background-color css
<style>
a { background-color: #53F162; }
a { background-color: rgb(83,241,98); }
div.DivClassName
{
background-color: #53F162;
}
.BgClassName
{
background-color: #53F162;
}
</style>
border-color css
<style>
span { border-color: #53F162; }
span { border-color: rgb(83,241,98); }
td.TdClassName
{
border-color: #53F162;
}
.TagClassName
{
border-color: #53F162;
}
</style>