Shades of Harlequin #41FB0D
Tints of Harlequin #41FB0D
RGB
CMYK
RGB Variations
Color information
#41FB0D (or 0x41FB0D) is known color: Harlequin. HEX triplet: 41, FB and 0D. RGB value is (65,251,13). Sum of RGB (Red+Green+Blue) = 65+251+13=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #41FB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FB0D is #BE04F2. Grayscale: #A9A9A9. Windows color (decimal): -12453107 or 916289. OLE color: 916289.
HSL color Cylindrical-coordinate representation of color #41FB0D: hue angle of 106.89º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41FB0D is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 13 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.02 |
| HSL | 106.89º | 0.97% | 0.52% | - |
| HSV(B) | 106.89º | 0.95% | 0.98% | - |
| XYZ | 36.75 | 70.15 | 11.98 | - |
| YUV | 168.25 | 40.38 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 13 | 0.74 | 0 | 0.95 | 0.02 | 106.89 | 0.97 | 0.52 |
| Hex | 41 | FB | D | 4A | 0 | 5F | 2 | 6B | 61 | 34 |
| Octal | 101 | 373 | 15 | 112 | 0 | 137 | 2 | 153 | 141 | 64 |
| Binary | 1000001 | 11111011 | 1101 | 1001010 | 0 | 1011111 | 10 | 1101011 | 1100001 | 110100 |
Color Harmonies of #41FB0D
Complementary color
Monochromatic Colors of #41FB0D
Black with #41FB0D
Text Example
Text Example
White with #41FB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FB0D; }
p { color: rgb(65,251,13); }
H1.HeaderClassName
{
color: #41FB0D;
}
.AnyTagClassName
{
color: #41FB0D;
}
</style>
background-color css
<style>
a { background-color: #41FB0D; }
a { background-color: rgb(65,251,13); }
div.DivClassName
{
background-color: #41FB0D;
}
.BgClassName
{
background-color: #41FB0D;
}
</style>
border-color css
<style>
span { border-color: #41FB0D; }
span { border-color: rgb(65,251,13); }
td.TdClassName
{
border-color: #41FB0D;
}
.TagClassName
{
border-color: #41FB0D;
}
</style>