Shades of Screamin' Green #53F685
Tints of Screamin' Green #53F685
RGB
CMYK
RGB Variations
Color information
#53F685 (or 0x53F685) is known color: Screamin' Green. HEX triplet: 53, F6 and 85. RGB value is (83,246,133). Sum of RGB (Red+Green+Blue) = 83+246+133=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #53F685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F685 is #AC097A. Grayscale: #B8B8B8. Windows color (decimal): -11274619 or 8779347. OLE color: 8779347.
HSL color Cylindrical-coordinate representation of color #53F685: hue angle of 138.4º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F685 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 133 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.04 |
| HSL | 138.4º | 0.9% | 0.65% | - |
| HSV(B) | 138.4º | 0.66% | 0.96% | - |
| XYZ | 40.76 | 69.44 | 33.45 | - |
| YUV | 184.38 | 99 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 133 | 0.66 | 0 | 0.46 | 0.04 | 138.4 | 0.9 | 0.65 |
| Hex | 53 | F6 | 85 | 42 | 0 | 2E | 4 | 8A | 5A | 41 |
| Octal | 123 | 366 | 205 | 102 | 0 | 56 | 4 | 212 | 132 | 101 |
| Binary | 1010011 | 11110110 | 10000101 | 1000010 | 0 | 101110 | 100 | 10001010 | 1011010 | 1000001 |
Color Harmonies of #53F685
Complementary color
Monochromatic Colors of #53F685
Black with #53F685
Text Example
Text Example
White with #53F685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F685; }
p { color: rgb(83,246,133); }
H1.HeaderClassName
{
color: #53F685;
}
.AnyTagClassName
{
color: #53F685;
}
</style>
background-color css
<style>
a { background-color: #53F685; }
a { background-color: rgb(83,246,133); }
div.DivClassName
{
background-color: #53F685;
}
.BgClassName
{
background-color: #53F685;
}
</style>
border-color css
<style>
span { border-color: #53F685; }
span { border-color: rgb(83,246,133); }
td.TdClassName
{
border-color: #53F685;
}
.TagClassName
{
border-color: #53F685;
}
</style>