Shades of Harlequin #41F92A
Tints of Harlequin #41F92A
RGB
CMYK
RGB Variations
Color information
#41F92A (or 0x41F92A) is known color: Harlequin. HEX triplet: 41, F9 and 2A. RGB value is (65,249,42). Sum of RGB (Red+Green+Blue) = 65+249+42=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #41F92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F92A is #BE06D5. Grayscale: #ABABAB. Windows color (decimal): -12453590 or 2816321. OLE color: 2816321.
HSL color Cylindrical-coordinate representation of color #41F92A: hue angle of 113.33º degrees, saturation: 0.95, 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 #41F92A is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 42 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.02 |
| HSL | 113.33º | 0.95% | 0.57% | - |
| HSV(B) | 113.33º | 0.83% | 0.98% | - |
| XYZ | 36.47 | 69.04 | 13.59 | - |
| YUV | 170.39 | 55.54 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 42 | 0.74 | 0 | 0.83 | 0.02 | 113.33 | 0.95 | 0.57 |
| Hex | 41 | F9 | 2A | 4A | 0 | 53 | 2 | 71 | 5F | 39 |
| Octal | 101 | 371 | 52 | 112 | 0 | 123 | 2 | 161 | 137 | 71 |
| Binary | 1000001 | 11111001 | 101010 | 1001010 | 0 | 1010011 | 10 | 1110001 | 1011111 | 111001 |
Color Harmonies of #41F92A
Complementary color
Monochromatic Colors of #41F92A
Black with #41F92A
Text Example
Text Example
White with #41F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F92A; }
p { color: rgb(65,249,42); }
H1.HeaderClassName
{
color: #41F92A;
}
.AnyTagClassName
{
color: #41F92A;
}
</style>
background-color css
<style>
a { background-color: #41F92A; }
a { background-color: rgb(65,249,42); }
div.DivClassName
{
background-color: #41F92A;
}
.BgClassName
{
background-color: #41F92A;
}
</style>
border-color css
<style>
span { border-color: #41F92A; }
span { border-color: rgb(65,249,42); }
td.TdClassName
{
border-color: #41F92A;
}
.TagClassName
{
border-color: #41F92A;
}
</style>