Shades of Harlequin #53F319
Tints of Harlequin #53F319
RGB
CMYK
RGB Variations
Color information
#53F319 (or 0x53F319) is known color: Harlequin. HEX triplet: 53, F3 and 19. RGB value is (83,243,25). Sum of RGB (Red+Green+Blue) = 83+243+25=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #53F319 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F319 is #AC0CE6. Grayscale: #ABABAB. Windows color (decimal): -11275495 or 1700691. OLE color: 1700691.
HSL color Cylindrical-coordinate representation of color #53F319: hue angle of 104.04º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53F319 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 25 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.05 |
| HSL | 104.04º | 0.9% | 0.53% | - |
| HSV(B) | 104.04º | 0.9% | 0.95% | - |
| XYZ | 35.79 | 66.01 | 11.77 | - |
| YUV | 170.31 | 45.99 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 25 | 0.66 | 0 | 0.90 | 0.05 | 104.04 | 0.9 | 0.53 |
| Hex | 53 | F3 | 19 | 42 | 0 | 5A | 5 | 68 | 5A | 35 |
| Octal | 123 | 363 | 31 | 102 | 0 | 132 | 5 | 150 | 132 | 65 |
| Binary | 1010011 | 11110011 | 11001 | 1000010 | 0 | 1011010 | 101 | 1101000 | 1011010 | 110101 |
Color Harmonies of #53F319
Complementary color
Monochromatic Colors of #53F319
Black with #53F319
Text Example
Text Example
White with #53F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F319; }
p { color: rgb(83,243,25); }
H1.HeaderClassName
{
color: #53F319;
}
.AnyTagClassName
{
color: #53F319;
}
</style>
background-color css
<style>
a { background-color: #53F319; }
a { background-color: rgb(83,243,25); }
div.DivClassName
{
background-color: #53F319;
}
.BgClassName
{
background-color: #53F319;
}
</style>
border-color css
<style>
span { border-color: #53F319; }
span { border-color: rgb(83,243,25); }
td.TdClassName
{
border-color: #53F319;
}
.TagClassName
{
border-color: #53F319;
}
</style>