Shades of Screamin' Green #53FE85
Tints of Screamin' Green #53FE85
RGB
CMYK
RGB Variations
Color information
#53FE85 (or 0x53FE85) is known color: Screamin' Green. HEX triplet: 53, FE and 85. RGB value is (83,254,133). Sum of RGB (Red+Green+Blue) = 83+254+133=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #53FE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FE85 is #AC017A. Grayscale: #BDBDBD. Windows color (decimal): -11272571 or 8781395. OLE color: 8781395.
HSL color Cylindrical-coordinate representation of color #53FE85: hue angle of 137.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FE85 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 133 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.00 |
| HSL | 137.54º | 0.99% | 0.66% | - |
| HSV(B) | 137.54º | 0.67% | 1% | - |
| XYZ | 43.24 | 74.42 | 34.27 | - |
| YUV | 189.08 | 96.35 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 133 | 0.67 | 0 | 0.48 | 0.00 | 137.54 | 0.99 | 0.66 |
| Hex | 53 | FE | 85 | 43 | 0 | 30 | 0 | 8A | 63 | 42 |
| Octal | 123 | 376 | 205 | 103 | 0 | 60 | 0 | 212 | 143 | 102 |
| Binary | 1010011 | 11111110 | 10000101 | 1000011 | 0 | 110000 | 0 | 10001010 | 1100011 | 1000010 |
Color Harmonies of #53FE85
Complementary color
Monochromatic Colors of #53FE85
Black with #53FE85
Text Example
Text Example
White with #53FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FE85; }
p { color: rgb(83,254,133); }
H1.HeaderClassName
{
color: #53FE85;
}
.AnyTagClassName
{
color: #53FE85;
}
</style>
background-color css
<style>
a { background-color: #53FE85; }
a { background-color: rgb(83,254,133); }
div.DivClassName
{
background-color: #53FE85;
}
.BgClassName
{
background-color: #53FE85;
}
</style>
border-color css
<style>
span { border-color: #53FE85; }
span { border-color: rgb(83,254,133); }
td.TdClassName
{
border-color: #53FE85;
}
.TagClassName
{
border-color: #53FE85;
}
</style>