Shades of Harlequin #44FD0D
Tints of Harlequin #44FD0D
RGB
CMYK
RGB Variations
Color information
#44FD0D (or 0x44FD0D) is known color: Harlequin. HEX triplet: 44, FD and 0D. RGB value is (68,253,13). Sum of RGB (Red+Green+Blue) = 68+253+13=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 253 (99.22% from 255 or 75.75% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 253 - color contains mainly: green. Hex color #44FD0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44FD0D is #BB02F2. Grayscale: #ABABAB. Windows color (decimal): -12255987 or 916804. OLE color: 916804.
HSL color Cylindrical-coordinate representation of color #44FD0D: hue angle of 106.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44FD0D is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 253 | 13 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.01 |
| HSL | 106.25º | 0.98% | 0.52% | - |
| HSV(B) | 106.25º | 0.95% | 0.99% | - |
| XYZ | 37.58 | 71.51 | 12.2 | - |
| YUV | 170.33 | 39.21 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 253 | 13 | 0.73 | 0 | 0.95 | 0.01 | 106.25 | 0.98 | 0.52 |
| Hex | 44 | FD | D | 49 | 0 | 5F | 1 | 6A | 62 | 34 |
| Octal | 104 | 375 | 15 | 111 | 0 | 137 | 1 | 152 | 142 | 64 |
| Binary | 1000100 | 11111101 | 1101 | 1001001 | 0 | 1011111 | 1 | 1101010 | 1100010 | 110100 |
Color Harmonies of #44FD0D
Complementary color
Monochromatic Colors of #44FD0D
Black with #44FD0D
Text Example
Text Example
White with #44FD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FD0D; }
p { color: rgb(68,253,13); }
H1.HeaderClassName
{
color: #44FD0D;
}
.AnyTagClassName
{
color: #44FD0D;
}
</style>
background-color css
<style>
a { background-color: #44FD0D; }
a { background-color: rgb(68,253,13); }
div.DivClassName
{
background-color: #44FD0D;
}
.BgClassName
{
background-color: #44FD0D;
}
</style>
border-color css
<style>
span { border-color: #44FD0D; }
span { border-color: rgb(68,253,13); }
td.TdClassName
{
border-color: #44FD0D;
}
.TagClassName
{
border-color: #44FD0D;
}
</style>