Shades of Screamin' Green #53FF38
Tints of Screamin' Green #53FF38
RGB
CMYK
RGB Variations
Color information
#53FF38 (or 0x53FF38) is known color: Screamin' Green. HEX triplet: 53, FF and 38. RGB value is (83,255,56). Sum of RGB (Red+Green+Blue) = 83+255+56=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53FF38 is #AC00C7. Grayscale: #B5B5B5. Windows color (decimal): -11272392 or 3735379. OLE color: 3735379.
HSL color Cylindrical-coordinate representation of color #53FF38: hue angle of 111.86º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53FF38 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 56 | - |
| CMYK | 0.67 | 0 | 0.78 | 0 |
| HSL | 111.86º | 1% | 0.61% | - |
| HSV(B) | 111.86º | 0.78% | 1% | - |
| XYZ | 40.04 | 73.64 | 15.85 | - |
| YUV | 180.89 | 57.52 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 56 | 0.67 | 0 | 0.78 | 0 | 111.86 | 1 | 0.61 |
| Hex | 53 | FF | 38 | 43 | 0 | 4E | 0 | 70 | 64 | 3D |
| Octal | 123 | 377 | 70 | 103 | 0 | 116 | 0 | 160 | 144 | 75 |
| Binary | 1010011 | 11111111 | 111000 | 1000011 | 0 | 1001110 | 0 | 1110000 | 1100100 | 111101 |
Color Harmonies of #53FF38
Complementary color
Monochromatic Colors of #53FF38
Black with #53FF38
Text Example
Text Example
White with #53FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FF38; }
p { color: rgb(83,255,56); }
H1.HeaderClassName
{
color: #53FF38;
}
.AnyTagClassName
{
color: #53FF38;
}
</style>
background-color css
<style>
a { background-color: #53FF38; }
a { background-color: rgb(83,255,56); }
div.DivClassName
{
background-color: #53FF38;
}
.BgClassName
{
background-color: #53FF38;
}
</style>
border-color css
<style>
span { border-color: #53FF38; }
span { border-color: rgb(83,255,56); }
td.TdClassName
{
border-color: #53FF38;
}
.TagClassName
{
border-color: #53FF38;
}
</style>