Shades of Harlequin #40F327
Tints of Harlequin #40F327
RGB
CMYK
RGB Variations
Color information
#40F327 (or 0x40F327) is known color: Harlequin. HEX triplet: 40, F3 and 27. RGB value is (64,243,39). Sum of RGB (Red+Green+Blue) = 64+243+39=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #40F327 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F327 is #BF0CD8. Grayscale: #A6A6A6. Windows color (decimal): -12520665 or 2618176. OLE color: 2618176.
HSL color Cylindrical-coordinate representation of color #40F327: hue angle of 112.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40F327 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 39 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.05 |
| HSL | 112.65º | 0.89% | 0.55% | - |
| HSV(B) | 112.65º | 0.84% | 0.95% | - |
| XYZ | 34.53 | 65.34 | 12.71 | - |
| YUV | 166.22 | 56.2 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 39 | 0.74 | 0 | 0.84 | 0.05 | 112.65 | 0.89 | 0.55 |
| Hex | 40 | F3 | 27 | 4A | 0 | 54 | 5 | 71 | 59 | 37 |
| Octal | 100 | 363 | 47 | 112 | 0 | 124 | 5 | 161 | 131 | 67 |
| Binary | 1000000 | 11110011 | 100111 | 1001010 | 0 | 1010100 | 101 | 1110001 | 1011001 | 110111 |
Color Harmonies of #40F327
Complementary color
Monochromatic Colors of #40F327
Black with #40F327
Text Example
Text Example
White with #40F327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F327; }
p { color: rgb(64,243,39); }
H1.HeaderClassName
{
color: #40F327;
}
.AnyTagClassName
{
color: #40F327;
}
</style>
background-color css
<style>
a { background-color: #40F327; }
a { background-color: rgb(64,243,39); }
div.DivClassName
{
background-color: #40F327;
}
.BgClassName
{
background-color: #40F327;
}
</style>
border-color css
<style>
span { border-color: #40F327; }
span { border-color: rgb(64,243,39); }
td.TdClassName
{
border-color: #40F327;
}
.TagClassName
{
border-color: #40F327;
}
</style>