Shades of Harlequin #33F91A
Tints of Harlequin #33F91A
RGB
CMYK
RGB Variations
Color information
#33F91A (or 0x33F91A) is known color: Harlequin. HEX triplet: 33, F9 and 1A. RGB value is (51,249,26). Sum of RGB (Red+Green+Blue) = 51+249+26=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #33F91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F91A is #CC06E5. Grayscale: #A5A5A5. Windows color (decimal): -13371110 or 1767731. OLE color: 1767731.
HSL color Cylindrical-coordinate representation of color #33F91A: hue angle of 113.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33F91A is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 249 | 26 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.02 |
| HSL | 113.27º | 0.95% | 0.54% | - |
| HSV(B) | 113.27º | 0.9% | 0.98% | - |
| XYZ | 35.43 | 68.53 | 12.34 | - |
| YUV | 164.38 | 49.9 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 249 | 26 | 0.80 | 0 | 0.90 | 0.02 | 113.27 | 0.95 | 0.54 |
| Hex | 33 | F9 | 1A | 50 | 0 | 5A | 2 | 71 | 5F | 36 |
| Octal | 63 | 371 | 32 | 120 | 0 | 132 | 2 | 161 | 137 | 66 |
| Binary | 110011 | 11111001 | 11010 | 1010000 | 0 | 1011010 | 10 | 1110001 | 1011111 | 110110 |
Color Harmonies of #33F91A
Complementary color
Monochromatic Colors of #33F91A
Black with #33F91A
Text Example
Text Example
White with #33F91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F91A; }
p { color: rgb(51,249,26); }
H1.HeaderClassName
{
color: #33F91A;
}
.AnyTagClassName
{
color: #33F91A;
}
</style>
background-color css
<style>
a { background-color: #33F91A; }
a { background-color: rgb(51,249,26); }
div.DivClassName
{
background-color: #33F91A;
}
.BgClassName
{
background-color: #33F91A;
}
</style>
border-color css
<style>
span { border-color: #33F91A; }
span { border-color: rgb(51,249,26); }
td.TdClassName
{
border-color: #33F91A;
}
.TagClassName
{
border-color: #33F91A;
}
</style>