Shades of Harlequin #41F92C
Tints of Harlequin #41F92C
RGB
CMYK
RGB Variations
Color information
#41F92C (or 0x41F92C) is known color: Harlequin. HEX triplet: 41, F9 and 2C. RGB value is (65,249,44). Sum of RGB (Red+Green+Blue) = 65+249+44=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #41F92C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F92C is #BE06D3. Grayscale: #ABABAB. Windows color (decimal): -12453588 or 2947393. OLE color: 2947393.
HSL color Cylindrical-coordinate representation of color #41F92C: hue angle of 113.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41F92C is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 44 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.02 |
| HSL | 113.85º | 0.94% | 0.57% | - |
| HSV(B) | 113.85º | 0.82% | 0.98% | - |
| XYZ | 36.51 | 69.06 | 13.79 | - |
| YUV | 170.61 | 56.54 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 44 | 0.74 | 0 | 0.82 | 0.02 | 113.85 | 0.94 | 0.57 |
| Hex | 41 | F9 | 2C | 4A | 0 | 52 | 2 | 72 | 5E | 39 |
| Octal | 101 | 371 | 54 | 112 | 0 | 122 | 2 | 162 | 136 | 71 |
| Binary | 1000001 | 11111001 | 101100 | 1001010 | 0 | 1010010 | 10 | 1110010 | 1011110 | 111001 |
Color Harmonies of #41F92C
Complementary color
Monochromatic Colors of #41F92C
Black with #41F92C
Text Example
Text Example
White with #41F92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F92C; }
p { color: rgb(65,249,44); }
H1.HeaderClassName
{
color: #41F92C;
}
.AnyTagClassName
{
color: #41F92C;
}
</style>
background-color css
<style>
a { background-color: #41F92C; }
a { background-color: rgb(65,249,44); }
div.DivClassName
{
background-color: #41F92C;
}
.BgClassName
{
background-color: #41F92C;
}
</style>
border-color css
<style>
span { border-color: #41F92C; }
span { border-color: rgb(65,249,44); }
td.TdClassName
{
border-color: #41F92C;
}
.TagClassName
{
border-color: #41F92C;
}
</style>