Shades of Harlequin #41FA0B
Tints of Harlequin #41FA0B
RGB
CMYK
RGB Variations
Color information
#41FA0B (or 0x41FA0B) is known color: Harlequin. HEX triplet: 41, FA and 0B. RGB value is (65,250,11). Sum of RGB (Red+Green+Blue) = 65+250+11=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FA0B is #BE05F4. Grayscale: #A8A8A8. Windows color (decimal): -12453365 or 784961. OLE color: 784961.
HSL color Cylindrical-coordinate representation of color #41FA0B: hue angle of 106.44º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41FA0B is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 11 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.02 |
| HSL | 106.44º | 0.96% | 0.51% | - |
| HSV(B) | 106.44º | 0.96% | 0.98% | - |
| XYZ | 36.43 | 69.52 | 11.82 | - |
| YUV | 167.44 | 39.71 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 11 | 0.74 | 0 | 0.96 | 0.02 | 106.44 | 0.96 | 0.51 |
| Hex | 41 | FA | B | 4A | 0 | 60 | 2 | 6A | 60 | 33 |
| Octal | 101 | 372 | 13 | 112 | 0 | 140 | 2 | 152 | 140 | 63 |
| Binary | 1000001 | 11111010 | 1011 | 1001010 | 0 | 1100000 | 10 | 1101010 | 1100000 | 110011 |
Color Harmonies of #41FA0B
Complementary color
Monochromatic Colors of #41FA0B
Black with #41FA0B
Text Example
Text Example
White with #41FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FA0B; }
p { color: rgb(65,250,11); }
H1.HeaderClassName
{
color: #41FA0B;
}
.AnyTagClassName
{
color: #41FA0B;
}
</style>
background-color css
<style>
a { background-color: #41FA0B; }
a { background-color: rgb(65,250,11); }
div.DivClassName
{
background-color: #41FA0B;
}
.BgClassName
{
background-color: #41FA0B;
}
</style>
border-color css
<style>
span { border-color: #41FA0B; }
span { border-color: rgb(65,250,11); }
td.TdClassName
{
border-color: #41FA0B;
}
.TagClassName
{
border-color: #41FA0B;
}
</style>