Shades of Harlequin #33FE27
Tints of Harlequin #33FE27
RGB
CMYK
RGB Variations
Color information
#33FE27 (or 0x33FE27) is known color: Harlequin. HEX triplet: 33, FE and 27. RGB value is (51,254,39). Sum of RGB (Red+Green+Blue) = 51+254+39=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FE27 is #CC01D8. Grayscale: #A9A9A9. Windows color (decimal): -13369817 or 2620979. OLE color: 2620979.
HSL color Cylindrical-coordinate representation of color #33FE27: hue angle of 116.65º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33FE27 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 39 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.00 |
| HSL | 116.65º | 0.99% | 0.57% | - |
| HSV(B) | 116.65º | 0.85% | 1% | - |
| XYZ | 37.17 | 71.73 | 13.81 | - |
| YUV | 168.79 | 54.75 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 39 | 0.80 | 0 | 0.85 | 0.00 | 116.65 | 0.99 | 0.57 |
| Hex | 33 | FE | 27 | 50 | 0 | 55 | 0 | 75 | 63 | 39 |
| Octal | 63 | 376 | 47 | 120 | 0 | 125 | 0 | 165 | 143 | 71 |
| Binary | 110011 | 11111110 | 100111 | 1010000 | 0 | 1010101 | 0 | 1110101 | 1100011 | 111001 |
Color Harmonies of #33FE27
Complementary color
Monochromatic Colors of #33FE27
Black with #33FE27
Text Example
Text Example
White with #33FE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FE27; }
p { color: rgb(51,254,39); }
H1.HeaderClassName
{
color: #33FE27;
}
.AnyTagClassName
{
color: #33FE27;
}
</style>
background-color css
<style>
a { background-color: #33FE27; }
a { background-color: rgb(51,254,39); }
div.DivClassName
{
background-color: #33FE27;
}
.BgClassName
{
background-color: #33FE27;
}
</style>
border-color css
<style>
span { border-color: #33FE27; }
span { border-color: rgb(51,254,39); }
td.TdClassName
{
border-color: #33FE27;
}
.TagClassName
{
border-color: #33FE27;
}
</style>