Shades of Screamin' Green #53F268
Tints of Screamin' Green #53F268
RGB
CMYK
RGB Variations
Color information
#53F268 (or 0x53F268) is known color: Screamin' Green. HEX triplet: 53, F2 and 68. RGB value is (83,242,104). Sum of RGB (Red+Green+Blue) = 83+242+104=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #53F268 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53F268 is #AC0D97. Grayscale: #B3B3B3. Windows color (decimal): -11275672 or 6877779. OLE color: 6877779.
HSL color Cylindrical-coordinate representation of color #53F268: hue angle of 127.92º degrees, saturation: 0.86, 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 #53F268 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 104 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.05 |
| HSL | 127.92º | 0.86% | 0.64% | - |
| HSV(B) | 127.92º | 0.66% | 0.95% | - |
| XYZ | 37.82 | 66.34 | 23.91 | - |
| YUV | 178.73 | 85.82 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 104 | 0.66 | 0 | 0.57 | 0.05 | 127.92 | 0.86 | 0.64 |
| Hex | 53 | F2 | 68 | 42 | 0 | 39 | 5 | 80 | 56 | 40 |
| Octal | 123 | 362 | 150 | 102 | 0 | 71 | 5 | 200 | 126 | 100 |
| Binary | 1010011 | 11110010 | 1101000 | 1000010 | 0 | 111001 | 101 | 10000000 | 1010110 | 1000000 |
Color Harmonies of #53F268
Complementary color
Monochromatic Colors of #53F268
Black with #53F268
Text Example
Text Example
White with #53F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F268; }
p { color: rgb(83,242,104); }
H1.HeaderClassName
{
color: #53F268;
}
.AnyTagClassName
{
color: #53F268;
}
</style>
background-color css
<style>
a { background-color: #53F268; }
a { background-color: rgb(83,242,104); }
div.DivClassName
{
background-color: #53F268;
}
.BgClassName
{
background-color: #53F268;
}
</style>
border-color css
<style>
span { border-color: #53F268; }
span { border-color: rgb(83,242,104); }
td.TdClassName
{
border-color: #53F268;
}
.TagClassName
{
border-color: #53F268;
}
</style>