Shades of Screamin' Green #53FF92
Tints of Screamin' Green #53FF92
RGB
CMYK
RGB Variations
Color information
#53FF92 (or 0x53FF92) is known color: Screamin' Green. HEX triplet: 53, FF and 92. RGB value is (83,255,146). Sum of RGB (Red+Green+Blue) = 83+255+146=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FF92 is #AC006D. Grayscale: #BFBFBF. Windows color (decimal): -11272302 or 9633619. OLE color: 9633619.
HSL color Cylindrical-coordinate representation of color #53FF92: hue angle of 141.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FF92 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 146 | - |
| CMYK | 0.67 | 0 | 0.43 | 0 |
| HSL | 141.98º | 1% | 0.66% | - |
| HSV(B) | 141.98º | 0.67% | 1% | - |
| XYZ | 44.52 | 75.43 | 39.41 | - |
| YUV | 191.15 | 102.52 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 146 | 0.67 | 0 | 0.43 | 0 | 141.98 | 1 | 0.66 |
| Hex | 53 | FF | 92 | 43 | 0 | 2B | 0 | 8E | 64 | 42 |
| Octal | 123 | 377 | 222 | 103 | 0 | 53 | 0 | 216 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10010010 | 1000011 | 0 | 101011 | 0 | 10001110 | 1100100 | 1000010 |
Color Harmonies of #53FF92
Complementary color
Monochromatic Colors of #53FF92
Black with #53FF92
Text Example
Text Example
White with #53FF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FF92; }
p { color: rgb(83,255,146); }
H1.HeaderClassName
{
color: #53FF92;
}
.AnyTagClassName
{
color: #53FF92;
}
</style>
background-color css
<style>
a { background-color: #53FF92; }
a { background-color: rgb(83,255,146); }
div.DivClassName
{
background-color: #53FF92;
}
.BgClassName
{
background-color: #53FF92;
}
</style>
border-color css
<style>
span { border-color: #53FF92; }
span { border-color: rgb(83,255,146); }
td.TdClassName
{
border-color: #53FF92;
}
.TagClassName
{
border-color: #53FF92;
}
</style>