Shades of Harlequin #41FA28
Tints of Harlequin #41FA28
RGB
CMYK
RGB Variations
Color information
#41FA28 (or 0x41FA28) is known color: Harlequin. HEX triplet: 41, FA and 28. RGB value is (65,250,40). Sum of RGB (Red+Green+Blue) = 65+250+40=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FA28 is #BE05D7. Grayscale: #ABABAB. Windows color (decimal): -12453336 or 2685505. OLE color: 2685505.
HSL color Cylindrical-coordinate representation of color #41FA28: hue angle of 112.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41FA28 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 40 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.02 |
| HSL | 112.86º | 0.95% | 0.57% | - |
| HSV(B) | 112.86º | 0.84% | 0.98% | - |
| XYZ | 36.75 | 69.65 | 13.51 | - |
| YUV | 170.75 | 54.21 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 40 | 0.74 | 0 | 0.84 | 0.02 | 112.86 | 0.95 | 0.57 |
| Hex | 41 | FA | 28 | 4A | 0 | 54 | 2 | 71 | 5F | 39 |
| Octal | 101 | 372 | 50 | 112 | 0 | 124 | 2 | 161 | 137 | 71 |
| Binary | 1000001 | 11111010 | 101000 | 1001010 | 0 | 1010100 | 10 | 1110001 | 1011111 | 111001 |
Color Harmonies of #41FA28
Complementary color
Monochromatic Colors of #41FA28
Black with #41FA28
Text Example
Text Example
White with #41FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FA28; }
p { color: rgb(65,250,40); }
H1.HeaderClassName
{
color: #41FA28;
}
.AnyTagClassName
{
color: #41FA28;
}
</style>
background-color css
<style>
a { background-color: #41FA28; }
a { background-color: rgb(65,250,40); }
div.DivClassName
{
background-color: #41FA28;
}
.BgClassName
{
background-color: #41FA28;
}
</style>
border-color css
<style>
span { border-color: #41FA28; }
span { border-color: rgb(65,250,40); }
td.TdClassName
{
border-color: #41FA28;
}
.TagClassName
{
border-color: #41FA28;
}
</style>