Shades of Harlequin #33F524
Tints of Harlequin #33F524
RGB
CMYK
RGB Variations
Color information
#33F524 (or 0x33F524) is known color: Harlequin. HEX triplet: 33, F5 and 24. RGB value is (51,245,36). Sum of RGB (Red+Green+Blue) = 51+245+36=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 245 (96.09% from 255 or 73.80% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 245 - color contains mainly: green. Hex color #33F524 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F524 is #CC0ADB. Grayscale: #A3A3A3. Windows color (decimal): -13372124 or 2422067. OLE color: 2422067.
HSL color Cylindrical-coordinate representation of color #33F524: hue angle of 115.69º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33F524 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 245 | 36 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.04 |
| HSL | 115.69º | 0.91% | 0.55% | - |
| HSV(B) | 115.69º | 0.85% | 0.96% | - |
| XYZ | 34.34 | 66.14 | 12.62 | - |
| YUV | 163.17 | 56.23 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 245 | 36 | 0.79 | 0 | 0.85 | 0.04 | 115.69 | 0.91 | 0.55 |
| Hex | 33 | F5 | 24 | 4F | 0 | 55 | 4 | 74 | 5B | 37 |
| Octal | 63 | 365 | 44 | 117 | 0 | 125 | 4 | 164 | 133 | 67 |
| Binary | 110011 | 11110101 | 100100 | 1001111 | 0 | 1010101 | 100 | 1110100 | 1011011 | 110111 |
Color Harmonies of #33F524
Complementary color
Monochromatic Colors of #33F524
Black with #33F524
Text Example
Text Example
White with #33F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F524; }
p { color: rgb(51,245,36); }
H1.HeaderClassName
{
color: #33F524;
}
.AnyTagClassName
{
color: #33F524;
}
</style>
background-color css
<style>
a { background-color: #33F524; }
a { background-color: rgb(51,245,36); }
div.DivClassName
{
background-color: #33F524;
}
.BgClassName
{
background-color: #33F524;
}
</style>
border-color css
<style>
span { border-color: #33F524; }
span { border-color: rgb(51,245,36); }
td.TdClassName
{
border-color: #33F524;
}
.TagClassName
{
border-color: #33F524;
}
</style>