Shades of Harlequin #44FB2C
Tints of Harlequin #44FB2C
RGB
CMYK
RGB Variations
Color information
#44FB2C (or 0x44FB2C) is known color: Harlequin. HEX triplet: 44, FB and 2C. RGB value is (68,251,44). Sum of RGB (Red+Green+Blue) = 68+251+44=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #44FB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44FB2C is #BB04D3. Grayscale: #ADADAD. Windows color (decimal): -12256468 or 2947908. OLE color: 2947908.
HSL color Cylindrical-coordinate representation of color #44FB2C: hue angle of 113.04º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44FB2C is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 44 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.02 |
| HSL | 113.04º | 0.96% | 0.58% | - |
| HSV(B) | 113.04º | 0.82% | 0.98% | - |
| XYZ | 37.34 | 70.41 | 14 | - |
| YUV | 172.69 | 55.37 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 44 | 0.73 | 0 | 0.82 | 0.02 | 113.04 | 0.96 | 0.58 |
| Hex | 44 | FB | 2C | 49 | 0 | 52 | 2 | 71 | 60 | 3A |
| Octal | 104 | 373 | 54 | 111 | 0 | 122 | 2 | 161 | 140 | 72 |
| Binary | 1000100 | 11111011 | 101100 | 1001001 | 0 | 1010010 | 10 | 1110001 | 1100000 | 111010 |
Color Harmonies of #44FB2C
Complementary color
Monochromatic Colors of #44FB2C
Black with #44FB2C
Text Example
Text Example
White with #44FB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FB2C; }
p { color: rgb(68,251,44); }
H1.HeaderClassName
{
color: #44FB2C;
}
.AnyTagClassName
{
color: #44FB2C;
}
</style>
background-color css
<style>
a { background-color: #44FB2C; }
a { background-color: rgb(68,251,44); }
div.DivClassName
{
background-color: #44FB2C;
}
.BgClassName
{
background-color: #44FB2C;
}
</style>
border-color css
<style>
span { border-color: #44FB2C; }
span { border-color: rgb(68,251,44); }
td.TdClassName
{
border-color: #44FB2C;
}
.TagClassName
{
border-color: #44FB2C;
}
</style>