Shades of Harlequin #33E315
Tints of Harlequin #33E315
RGB
CMYK
RGB Variations
Color information
#33E315 (or 0x33E315) is known color: Harlequin. HEX triplet: 33, E3 and 15. RGB value is (51,227,21). Sum of RGB (Red+Green+Blue) = 51+227+21=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #33E315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E315 is #CC1CEA. Grayscale: #979797. Windows color (decimal): -13376747 or 1434419. OLE color: 1434419.
HSL color Cylindrical-coordinate representation of color #33E315: hue angle of 111.26º 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 #33E315 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 21 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.11 |
| HSL | 111.26º | 0.83% | 0.49% | - |
| HSV(B) | 111.26º | 0.91% | 0.89% | - |
| XYZ | 28.97 | 55.7 | 9.93 | - |
| YUV | 150.89 | 54.69 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 21 | 0.78 | 0 | 0.91 | 0.11 | 111.26 | 0.83 | 0.49 |
| Hex | 33 | E3 | 15 | 4E | 0 | 5B | B | 6F | 53 | 31 |
| Octal | 63 | 343 | 25 | 116 | 0 | 133 | 13 | 157 | 123 | 61 |
| Binary | 110011 | 11100011 | 10101 | 1001110 | 0 | 1011011 | 1011 | 1101111 | 1010011 | 110001 |
Color Harmonies of #33E315
Complementary color
Monochromatic Colors of #33E315
Black with #33E315
Text Example
Text Example
White with #33E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E315; }
p { color: rgb(51,227,21); }
H1.HeaderClassName
{
color: #33E315;
}
.AnyTagClassName
{
color: #33E315;
}
</style>
background-color css
<style>
a { background-color: #33E315; }
a { background-color: rgb(51,227,21); }
div.DivClassName
{
background-color: #33E315;
}
.BgClassName
{
background-color: #33E315;
}
</style>
border-color css
<style>
span { border-color: #33E315; }
span { border-color: rgb(51,227,21); }
td.TdClassName
{
border-color: #33E315;
}
.TagClassName
{
border-color: #33E315;
}
</style>