Shades of Harlequin #44F30C
Tints of Harlequin #44F30C
RGB
CMYK
RGB Variations
Color information
#44F30C (or 0x44F30C) is known color: Harlequin. HEX triplet: 44, F3 and 0C. RGB value is (68,243,12). Sum of RGB (Red+Green+Blue) = 68+243+12=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 243 (95.31% from 255 or 75.23% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 243 - color contains mainly: green. Hex color #44F30C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F30C is #BB0CF3. Grayscale: #A5A5A5. Windows color (decimal): -12258548 or 848708. OLE color: 848708.
HSL color Cylindrical-coordinate representation of color #44F30C: hue angle of 105.45º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44F30C is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 243 | 12 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.05 |
| HSL | 105.45º | 0.91% | 0.5% | - |
| HSV(B) | 105.45º | 0.95% | 0.95% | - |
| XYZ | 34.5 | 65.36 | 11.14 | - |
| YUV | 164.34 | 42.02 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 243 | 12 | 0.72 | 0 | 0.95 | 0.05 | 105.45 | 0.91 | 0.5 |
| Hex | 44 | F3 | C | 48 | 0 | 5F | 5 | 69 | 5B | 32 |
| Octal | 104 | 363 | 14 | 110 | 0 | 137 | 5 | 151 | 133 | 62 |
| Binary | 1000100 | 11110011 | 1100 | 1001000 | 0 | 1011111 | 101 | 1101001 | 1011011 | 110010 |
Color Harmonies of #44F30C
Complementary color
Monochromatic Colors of #44F30C
Black with #44F30C
Text Example
Text Example
White with #44F30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F30C; }
p { color: rgb(68,243,12); }
H1.HeaderClassName
{
color: #44F30C;
}
.AnyTagClassName
{
color: #44F30C;
}
</style>
background-color css
<style>
a { background-color: #44F30C; }
a { background-color: rgb(68,243,12); }
div.DivClassName
{
background-color: #44F30C;
}
.BgClassName
{
background-color: #44F30C;
}
</style>
border-color css
<style>
span { border-color: #44F30C; }
span { border-color: rgb(68,243,12); }
td.TdClassName
{
border-color: #44F30C;
}
.TagClassName
{
border-color: #44F30C;
}
</style>