Shades of Harlequin #41FB2A
Tints of Harlequin #41FB2A
RGB
CMYK
RGB Variations
Color information
#41FB2A (or 0x41FB2A) is known color: Harlequin. HEX triplet: 41, FB and 2A. RGB value is (65,251,42). Sum of RGB (Red+Green+Blue) = 65+251+42=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #41FB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FB2A is #BE04D5. Grayscale: #ACACAC. Windows color (decimal): -12453078 or 2816833. OLE color: 2816833.
HSL color Cylindrical-coordinate representation of color #41FB2A: hue angle of 113.4º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41FB2A is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 42 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.02 |
| HSL | 113.4º | 0.96% | 0.57% | - |
| HSV(B) | 113.4º | 0.83% | 0.98% | - |
| XYZ | 37.1 | 70.29 | 13.8 | - |
| YUV | 171.56 | 54.88 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 42 | 0.74 | 0 | 0.83 | 0.02 | 113.4 | 0.96 | 0.57 |
| Hex | 41 | FB | 2A | 4A | 0 | 53 | 2 | 71 | 60 | 39 |
| Octal | 101 | 373 | 52 | 112 | 0 | 123 | 2 | 161 | 140 | 71 |
| Binary | 1000001 | 11111011 | 101010 | 1001010 | 0 | 1010011 | 10 | 1110001 | 1100000 | 111001 |
Color Harmonies of #41FB2A
Complementary color
Monochromatic Colors of #41FB2A
Black with #41FB2A
Text Example
Text Example
White with #41FB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FB2A; }
p { color: rgb(65,251,42); }
H1.HeaderClassName
{
color: #41FB2A;
}
.AnyTagClassName
{
color: #41FB2A;
}
</style>
background-color css
<style>
a { background-color: #41FB2A; }
a { background-color: rgb(65,251,42); }
div.DivClassName
{
background-color: #41FB2A;
}
.BgClassName
{
background-color: #41FB2A;
}
</style>
border-color css
<style>
span { border-color: #41FB2A; }
span { border-color: rgb(65,251,42); }
td.TdClassName
{
border-color: #41FB2A;
}
.TagClassName
{
border-color: #41FB2A;
}
</style>