Shades of Harlequin #53F32C
Tints of Harlequin #53F32C
RGB
CMYK
RGB Variations
Color information
#53F32C (or 0x53F32C) is known color: Harlequin. HEX triplet: 53, F3 and 2C. RGB value is (83,243,44). Sum of RGB (Red+Green+Blue) = 83+243+44=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #53F32C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F32C is #AC0CD3. Grayscale: #ADADAD. Windows color (decimal): -11275476 or 2945875. OLE color: 2945875.
HSL color Cylindrical-coordinate representation of color #53F32C: hue angle of 108.24º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53F32C is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 44 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.05 |
| HSL | 108.24º | 0.89% | 0.56% | - |
| HSV(B) | 108.24º | 0.82% | 0.95% | - |
| XYZ | 36.07 | 66.12 | 13.24 | - |
| YUV | 172.47 | 55.49 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 44 | 0.66 | 0 | 0.82 | 0.05 | 108.24 | 0.89 | 0.56 |
| Hex | 53 | F3 | 2C | 42 | 0 | 52 | 5 | 6C | 59 | 38 |
| Octal | 123 | 363 | 54 | 102 | 0 | 122 | 5 | 154 | 131 | 70 |
| Binary | 1010011 | 11110011 | 101100 | 1000010 | 0 | 1010010 | 101 | 1101100 | 1011001 | 111000 |
Color Harmonies of #53F32C
Complementary color
Monochromatic Colors of #53F32C
Black with #53F32C
Text Example
Text Example
White with #53F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F32C; }
p { color: rgb(83,243,44); }
H1.HeaderClassName
{
color: #53F32C;
}
.AnyTagClassName
{
color: #53F32C;
}
</style>
background-color css
<style>
a { background-color: #53F32C; }
a { background-color: rgb(83,243,44); }
div.DivClassName
{
background-color: #53F32C;
}
.BgClassName
{
background-color: #53F32C;
}
</style>
border-color css
<style>
span { border-color: #53F32C; }
span { border-color: rgb(83,243,44); }
td.TdClassName
{
border-color: #53F32C;
}
.TagClassName
{
border-color: #53F32C;
}
</style>