Shades of Harlequin #41FB1D
Tints of Harlequin #41FB1D
RGB
CMYK
RGB Variations
Color information
#41FB1D (or 0x41FB1D) is known color: Harlequin. HEX triplet: 41, FB and 1D. RGB value is (65,251,29). Sum of RGB (Red+Green+Blue) = 65+251+29=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #41FB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FB1D is #BE04E2. Grayscale: #AAAAAA. Windows color (decimal): -12453091 or 1964865. OLE color: 1964865.
HSL color Cylindrical-coordinate representation of color #41FB1D: hue angle of 110.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41FB1D is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 29 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.02 |
| HSL | 110.27º | 0.97% | 0.55% | - |
| HSV(B) | 110.27º | 0.88% | 0.98% | - |
| XYZ | 36.9 | 70.21 | 12.77 | - |
| YUV | 170.08 | 48.38 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 29 | 0.74 | 0 | 0.88 | 0.02 | 110.27 | 0.97 | 0.55 |
| Hex | 41 | FB | 1D | 4A | 0 | 58 | 2 | 6E | 61 | 37 |
| Octal | 101 | 373 | 35 | 112 | 0 | 130 | 2 | 156 | 141 | 67 |
| Binary | 1000001 | 11111011 | 11101 | 1001010 | 0 | 1011000 | 10 | 1101110 | 1100001 | 110111 |
Color Harmonies of #41FB1D
Complementary color
Monochromatic Colors of #41FB1D
Black with #41FB1D
Text Example
Text Example
White with #41FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FB1D; }
p { color: rgb(65,251,29); }
H1.HeaderClassName
{
color: #41FB1D;
}
.AnyTagClassName
{
color: #41FB1D;
}
</style>
background-color css
<style>
a { background-color: #41FB1D; }
a { background-color: rgb(65,251,29); }
div.DivClassName
{
background-color: #41FB1D;
}
.BgClassName
{
background-color: #41FB1D;
}
</style>
border-color css
<style>
span { border-color: #41FB1D; }
span { border-color: rgb(65,251,29); }
td.TdClassName
{
border-color: #41FB1D;
}
.TagClassName
{
border-color: #41FB1D;
}
</style>