Shades of Harlequin #53FD2D
Tints of Harlequin #53FD2D
RGB
CMYK
RGB Variations
Color information
#53FD2D (or 0x53FD2D) is known color: Harlequin. HEX triplet: 53, FD and 2D. RGB value is (83,253,45). Sum of RGB (Red+Green+Blue) = 83+253+45=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #53FD2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53FD2D is #AC02D2. Grayscale: #B3B3B3. Windows color (decimal): -11272915 or 3013971. OLE color: 3013971.
HSL color Cylindrical-coordinate representation of color #53FD2D: hue angle of 109.04º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53FD2D is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 253 | 45 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.01 |
| HSL | 109.04º | 0.98% | 0.58% | - |
| HSV(B) | 109.04º | 0.82% | 0.99% | - |
| XYZ | 39.17 | 72.28 | 14.37 | - |
| YUV | 178.46 | 52.68 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 253 | 45 | 0.67 | 0 | 0.82 | 0.01 | 109.04 | 0.98 | 0.58 |
| Hex | 53 | FD | 2D | 43 | 0 | 52 | 1 | 6D | 62 | 3A |
| Octal | 123 | 375 | 55 | 103 | 0 | 122 | 1 | 155 | 142 | 72 |
| Binary | 1010011 | 11111101 | 101101 | 1000011 | 0 | 1010010 | 1 | 1101101 | 1100010 | 111010 |
Color Harmonies of #53FD2D
Complementary color
Monochromatic Colors of #53FD2D
Black with #53FD2D
Text Example
Text Example
White with #53FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FD2D; }
p { color: rgb(83,253,45); }
H1.HeaderClassName
{
color: #53FD2D;
}
.AnyTagClassName
{
color: #53FD2D;
}
</style>
background-color css
<style>
a { background-color: #53FD2D; }
a { background-color: rgb(83,253,45); }
div.DivClassName
{
background-color: #53FD2D;
}
.BgClassName
{
background-color: #53FD2D;
}
</style>
border-color css
<style>
span { border-color: #53FD2D; }
span { border-color: rgb(83,253,45); }
td.TdClassName
{
border-color: #53FD2D;
}
.TagClassName
{
border-color: #53FD2D;
}
</style>