Shades of Harlequin #33E415
Tints of Harlequin #33E415
RGB
CMYK
RGB Variations
Color information
#33E415 (or 0x33E415) is known color: Harlequin. HEX triplet: 33, E4 and 15. RGB value is (51,228,21). Sum of RGB (Red+Green+Blue) = 51+228+21=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 228 (89.45% from 255 or 76% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 228 - color contains mainly: green. Hex color #33E415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E415 is #CC1BEA. Grayscale: #989898. Windows color (decimal): -13376491 or 1434675. OLE color: 1434675.
HSL color Cylindrical-coordinate representation of color #33E415: hue angle of 111.3º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33E415 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 228 | 21 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.11 |
| HSL | 111.3º | 0.83% | 0.49% | - |
| HSV(B) | 111.3º | 0.91% | 0.89% | - |
| XYZ | 29.24 | 56.24 | 10.02 | - |
| YUV | 151.48 | 54.36 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 228 | 21 | 0.78 | 0 | 0.91 | 0.11 | 111.3 | 0.83 | 0.49 |
| Hex | 33 | E4 | 15 | 4E | 0 | 5B | B | 6F | 53 | 31 |
| Octal | 63 | 344 | 25 | 116 | 0 | 133 | 13 | 157 | 123 | 61 |
| Binary | 110011 | 11100100 | 10101 | 1001110 | 0 | 1011011 | 1011 | 1101111 | 1010011 | 110001 |
Color Harmonies of #33E415
Complementary color
Monochromatic Colors of #33E415
Black with #33E415
Text Example
Text Example
White with #33E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E415; }
p { color: rgb(51,228,21); }
H1.HeaderClassName
{
color: #33E415;
}
.AnyTagClassName
{
color: #33E415;
}
</style>
background-color css
<style>
a { background-color: #33E415; }
a { background-color: rgb(51,228,21); }
div.DivClassName
{
background-color: #33E415;
}
.BgClassName
{
background-color: #33E415;
}
</style>
border-color css
<style>
span { border-color: #33E415; }
span { border-color: rgb(51,228,21); }
td.TdClassName
{
border-color: #33E415;
}
.TagClassName
{
border-color: #33E415;
}
</style>