Shades of Harlequin #53F318
Tints of Harlequin #53F318
RGB
CMYK
RGB Variations
Color information
#53F318 (or 0x53F318) is known color: Harlequin. HEX triplet: 53, F3 and 18. RGB value is (83,243,24). Sum of RGB (Red+Green+Blue) = 83+243+24=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #53F318 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F318 is #AC0CE7. Grayscale: #AAAAAA. Windows color (decimal): -11275496 or 1635155. OLE color: 1635155.
HSL color Cylindrical-coordinate representation of color #53F318: hue angle of 103.84º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53F318 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 24 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.05 |
| HSL | 103.84º | 0.9% | 0.52% | - |
| HSV(B) | 103.84º | 0.9% | 0.95% | - |
| XYZ | 35.78 | 66.01 | 11.72 | - |
| YUV | 170.19 | 45.49 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 24 | 0.66 | 0 | 0.90 | 0.05 | 103.84 | 0.9 | 0.52 |
| Hex | 53 | F3 | 18 | 42 | 0 | 5A | 5 | 68 | 5A | 34 |
| Octal | 123 | 363 | 30 | 102 | 0 | 132 | 5 | 150 | 132 | 64 |
| Binary | 1010011 | 11110011 | 11000 | 1000010 | 0 | 1011010 | 101 | 1101000 | 1011010 | 110100 |
Color Harmonies of #53F318
Complementary color
Monochromatic Colors of #53F318
Black with #53F318
Text Example
Text Example
White with #53F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F318; }
p { color: rgb(83,243,24); }
H1.HeaderClassName
{
color: #53F318;
}
.AnyTagClassName
{
color: #53F318;
}
</style>
background-color css
<style>
a { background-color: #53F318; }
a { background-color: rgb(83,243,24); }
div.DivClassName
{
background-color: #53F318;
}
.BgClassName
{
background-color: #53F318;
}
</style>
border-color css
<style>
span { border-color: #53F318; }
span { border-color: rgb(83,243,24); }
td.TdClassName
{
border-color: #53F318;
}
.TagClassName
{
border-color: #53F318;
}
</style>