Shades of Harlequin #53E925
Tints of Harlequin #53E925
RGB
CMYK
RGB Variations
Color information
#53E925 (or 0x53E925) is known color: Harlequin. HEX triplet: 53, E9 and 25. RGB value is (83,233,37). Sum of RGB (Red+Green+Blue) = 83+233+37=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 233 (91.41% from 255 or 66.01% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 233 - color contains mainly: green. Hex color #53E925 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53E925 is #AC16DA. Grayscale: #A6A6A6. Windows color (decimal): -11278043 or 2484563. OLE color: 2484563.
HSL color Cylindrical-coordinate representation of color #53E925: hue angle of 105.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53E925 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 233 | 37 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.09 |
| HSL | 105.92º | 0.82% | 0.53% | - |
| HSV(B) | 105.92º | 0.84% | 0.91% | - |
| XYZ | 33.04 | 60.25 | 11.64 | - |
| YUV | 165.81 | 55.31 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 233 | 37 | 0.64 | 0 | 0.84 | 0.09 | 105.92 | 0.82 | 0.53 |
| Hex | 53 | E9 | 25 | 40 | 0 | 54 | 9 | 6A | 52 | 35 |
| Octal | 123 | 351 | 45 | 100 | 0 | 124 | 11 | 152 | 122 | 65 |
| Binary | 1010011 | 11101001 | 100101 | 1000000 | 0 | 1010100 | 1001 | 1101010 | 1010010 | 110101 |
Color Harmonies of #53E925
Complementary color
Monochromatic Colors of #53E925
Black with #53E925
Text Example
Text Example
White with #53E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E925; }
p { color: rgb(83,233,37); }
H1.HeaderClassName
{
color: #53E925;
}
.AnyTagClassName
{
color: #53E925;
}
</style>
background-color css
<style>
a { background-color: #53E925; }
a { background-color: rgb(83,233,37); }
div.DivClassName
{
background-color: #53E925;
}
.BgClassName
{
background-color: #53E925;
}
</style>
border-color css
<style>
span { border-color: #53E925; }
span { border-color: rgb(83,233,37); }
td.TdClassName
{
border-color: #53E925;
}
.TagClassName
{
border-color: #53E925;
}
</style>