Shades of Harlequin #53F326
Tints of Harlequin #53F326
RGB
CMYK
RGB Variations
Color information
#53F326 (or 0x53F326) is known color: Harlequin. HEX triplet: 53, F3 and 26. RGB value is (83,243,38). Sum of RGB (Red+Green+Blue) = 83+243+38=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #53F326 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F326 is #AC0CD9. Grayscale: #ACACAC. Windows color (decimal): -11275482 or 2552659. OLE color: 2552659.
HSL color Cylindrical-coordinate representation of color #53F326: hue angle of 106.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53F326 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 38 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.05 |
| HSL | 106.83º | 0.9% | 0.55% | - |
| HSV(B) | 106.83º | 0.84% | 0.95% | - |
| XYZ | 35.97 | 66.08 | 12.69 | - |
| YUV | 171.79 | 52.49 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 38 | 0.66 | 0 | 0.84 | 0.05 | 106.83 | 0.9 | 0.55 |
| Hex | 53 | F3 | 26 | 42 | 0 | 54 | 5 | 6B | 5A | 37 |
| Octal | 123 | 363 | 46 | 102 | 0 | 124 | 5 | 153 | 132 | 67 |
| Binary | 1010011 | 11110011 | 100110 | 1000010 | 0 | 1010100 | 101 | 1101011 | 1011010 | 110111 |
Color Harmonies of #53F326
Complementary color
Monochromatic Colors of #53F326
Black with #53F326
Text Example
Text Example
White with #53F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F326; }
p { color: rgb(83,243,38); }
H1.HeaderClassName
{
color: #53F326;
}
.AnyTagClassName
{
color: #53F326;
}
</style>
background-color css
<style>
a { background-color: #53F326; }
a { background-color: rgb(83,243,38); }
div.DivClassName
{
background-color: #53F326;
}
.BgClassName
{
background-color: #53F326;
}
</style>
border-color css
<style>
span { border-color: #53F326; }
span { border-color: rgb(83,243,38); }
td.TdClassName
{
border-color: #53F326;
}
.TagClassName
{
border-color: #53F326;
}
</style>