Shades of Harlequin #44FB30
Tints of Harlequin #44FB30
RGB
CMYK
RGB Variations
Color information
#44FB30 (or 0x44FB30) is known color: Harlequin. HEX triplet: 44, FB and 30. RGB value is (68,251,48). Sum of RGB (Red+Green+Blue) = 68+251+48=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #44FB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44FB30 is #BB04CF. Grayscale: #ADADAD. Windows color (decimal): -12256464 or 3210052. OLE color: 3210052.
HSL color Cylindrical-coordinate representation of color #44FB30: hue angle of 114.09º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44FB30 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 48 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.02 |
| HSL | 114.09º | 0.96% | 0.59% | - |
| HSV(B) | 114.09º | 0.81% | 0.98% | - |
| XYZ | 37.41 | 70.44 | 14.42 | - |
| YUV | 173.14 | 57.37 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 48 | 0.73 | 0 | 0.81 | 0.02 | 114.09 | 0.96 | 0.59 |
| Hex | 44 | FB | 30 | 49 | 0 | 51 | 2 | 72 | 60 | 3B |
| Octal | 104 | 373 | 60 | 111 | 0 | 121 | 2 | 162 | 140 | 73 |
| Binary | 1000100 | 11111011 | 110000 | 1001001 | 0 | 1010001 | 10 | 1110010 | 1100000 | 111011 |
Color Harmonies of #44FB30
Complementary color
Monochromatic Colors of #44FB30
Black with #44FB30
Text Example
Text Example
White with #44FB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FB30; }
p { color: rgb(68,251,48); }
H1.HeaderClassName
{
color: #44FB30;
}
.AnyTagClassName
{
color: #44FB30;
}
</style>
background-color css
<style>
a { background-color: #44FB30; }
a { background-color: rgb(68,251,48); }
div.DivClassName
{
background-color: #44FB30;
}
.BgClassName
{
background-color: #44FB30;
}
</style>
border-color css
<style>
span { border-color: #44FB30; }
span { border-color: rgb(68,251,48); }
td.TdClassName
{
border-color: #44FB30;
}
.TagClassName
{
border-color: #44FB30;
}
</style>