Shades of Harlequin #40FD28
Tints of Harlequin #40FD28
RGB
CMYK
RGB Variations
Color information
#40FD28 (or 0x40FD28) is known color: Harlequin. HEX triplet: 40, FD and 28. RGB value is (64,253,40). Sum of RGB (Red+Green+Blue) = 64+253+40=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 253 (99.22% from 255 or 70.87% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FD28 is #BF02D7. Grayscale: #ACACAC. Windows color (decimal): -12518104 or 2686272. OLE color: 2686272.
HSL color Cylindrical-coordinate representation of color #40FD28: hue angle of 113.24º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40FD28 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 40 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.01 |
| HSL | 113.24º | 0.98% | 0.57% | - |
| HSV(B) | 113.24º | 0.84% | 0.99% | - |
| XYZ | 37.62 | 71.49 | 13.82 | - |
| YUV | 172.21 | 53.38 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 40 | 0.75 | 0 | 0.84 | 0.01 | 113.24 | 0.98 | 0.57 |
| Hex | 40 | FD | 28 | 4B | 0 | 54 | 1 | 71 | 62 | 39 |
| Octal | 100 | 375 | 50 | 113 | 0 | 124 | 1 | 161 | 142 | 71 |
| Binary | 1000000 | 11111101 | 101000 | 1001011 | 0 | 1010100 | 1 | 1110001 | 1100010 | 111001 |
Color Harmonies of #40FD28
Complementary color
Monochromatic Colors of #40FD28
Black with #40FD28
Text Example
Text Example
White with #40FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FD28; }
p { color: rgb(64,253,40); }
H1.HeaderClassName
{
color: #40FD28;
}
.AnyTagClassName
{
color: #40FD28;
}
</style>
background-color css
<style>
a { background-color: #40FD28; }
a { background-color: rgb(64,253,40); }
div.DivClassName
{
background-color: #40FD28;
}
.BgClassName
{
background-color: #40FD28;
}
</style>
border-color css
<style>
span { border-color: #40FD28; }
span { border-color: rgb(64,253,40); }
td.TdClassName
{
border-color: #40FD28;
}
.TagClassName
{
border-color: #40FD28;
}
</style>