Shades of Harlequin #44F123
Tints of Harlequin #44F123
RGB
CMYK
RGB Variations
Color information
#44F123 (or 0x44F123) is known color: Harlequin. HEX triplet: 44, F1 and 23. RGB value is (68,241,35). Sum of RGB (Red+Green+Blue) = 68+241+35=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #44F123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F123 is #BB0EDC. Grayscale: #A6A6A6. Windows color (decimal): -12259037 or 2355524. OLE color: 2355524.
HSL color Cylindrical-coordinate representation of color #44F123: hue angle of 110.39º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44F123 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 241 | 35 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.05 |
| HSL | 110.39º | 0.88% | 0.54% | - |
| HSV(B) | 110.39º | 0.85% | 0.95% | - |
| XYZ | 34.14 | 64.26 | 12.19 | - |
| YUV | 165.79 | 54.19 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 241 | 35 | 0.72 | 0 | 0.85 | 0.05 | 110.39 | 0.88 | 0.54 |
| Hex | 44 | F1 | 23 | 48 | 0 | 55 | 5 | 6E | 58 | 36 |
| Octal | 104 | 361 | 43 | 110 | 0 | 125 | 5 | 156 | 130 | 66 |
| Binary | 1000100 | 11110001 | 100011 | 1001000 | 0 | 1010101 | 101 | 1101110 | 1011000 | 110110 |
Color Harmonies of #44F123
Complementary color
Monochromatic Colors of #44F123
Black with #44F123
Text Example
Text Example
White with #44F123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F123; }
p { color: rgb(68,241,35); }
H1.HeaderClassName
{
color: #44F123;
}
.AnyTagClassName
{
color: #44F123;
}
</style>
background-color css
<style>
a { background-color: #44F123; }
a { background-color: rgb(68,241,35); }
div.DivClassName
{
background-color: #44F123;
}
.BgClassName
{
background-color: #44F123;
}
</style>
border-color css
<style>
span { border-color: #44F123; }
span { border-color: rgb(68,241,35); }
td.TdClassName
{
border-color: #44F123;
}
.TagClassName
{
border-color: #44F123;
}
</style>