Shades of Harlequin #53F32F
Tints of Harlequin #53F32F
RGB
CMYK
RGB Variations
Color information
#53F32F (or 0x53F32F) is known color: Harlequin. HEX triplet: 53, F3 and 2F. RGB value is (83,243,47). Sum of RGB (Red+Green+Blue) = 83+243+47=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #53F32F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F32F is #AC0CD0. Grayscale: #ADADAD. Windows color (decimal): -11275473 or 3142483. OLE color: 3142483.
HSL color Cylindrical-coordinate representation of color #53F32F: hue angle of 108.98º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53F32F is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 47 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.05 |
| HSL | 108.98º | 0.89% | 0.57% | - |
| HSV(B) | 108.98º | 0.81% | 0.95% | - |
| XYZ | 36.13 | 66.15 | 13.55 | - |
| YUV | 172.82 | 56.99 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 47 | 0.66 | 0 | 0.81 | 0.05 | 108.98 | 0.89 | 0.57 |
| Hex | 53 | F3 | 2F | 42 | 0 | 51 | 5 | 6D | 59 | 39 |
| Octal | 123 | 363 | 57 | 102 | 0 | 121 | 5 | 155 | 131 | 71 |
| Binary | 1010011 | 11110011 | 101111 | 1000010 | 0 | 1010001 | 101 | 1101101 | 1011001 | 111001 |
Color Harmonies of #53F32F
Complementary color
Monochromatic Colors of #53F32F
Black with #53F32F
Text Example
Text Example
White with #53F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F32F; }
p { color: rgb(83,243,47); }
H1.HeaderClassName
{
color: #53F32F;
}
.AnyTagClassName
{
color: #53F32F;
}
</style>
background-color css
<style>
a { background-color: #53F32F; }
a { background-color: rgb(83,243,47); }
div.DivClassName
{
background-color: #53F32F;
}
.BgClassName
{
background-color: #53F32F;
}
</style>
border-color css
<style>
span { border-color: #53F32F; }
span { border-color: rgb(83,243,47); }
td.TdClassName
{
border-color: #53F32F;
}
.TagClassName
{
border-color: #53F32F;
}
</style>