Shades of Harlequin #3FFD24
Tints of Harlequin #3FFD24
RGB
CMYK
RGB Variations
Color information
#3FFD24 (or 0x3FFD24) is known color: Harlequin. HEX triplet: 3F, FD and 24. RGB value is (63,253,36). Sum of RGB (Red+Green+Blue) = 63+253+36=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 253 (99.22% from 255 or 71.88% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFD24 is #C002DB. Grayscale: #ACACAC. Windows color (decimal): -12583644 or 2424127. OLE color: 2424127.
HSL color Cylindrical-coordinate representation of color #3FFD24: hue angle of 112.53º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FFD24 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 36 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.01 |
| HSL | 112.53º | 0.98% | 0.57% | - |
| HSV(B) | 112.53º | 0.86% | 0.99% | - |
| XYZ | 37.49 | 71.43 | 13.48 | - |
| YUV | 171.45 | 51.55 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 36 | 0.75 | 0 | 0.86 | 0.01 | 112.53 | 0.98 | 0.57 |
| Hex | 3F | FD | 24 | 4B | 0 | 56 | 1 | 71 | 62 | 39 |
| Octal | 77 | 375 | 44 | 113 | 0 | 126 | 1 | 161 | 142 | 71 |
| Binary | 111111 | 11111101 | 100100 | 1001011 | 0 | 1010110 | 1 | 1110001 | 1100010 | 111001 |
Color Harmonies of #3FFD24
Complementary color
Monochromatic Colors of #3FFD24
Black with #3FFD24
Text Example
Text Example
White with #3FFD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFD24; }
p { color: rgb(63,253,36); }
H1.HeaderClassName
{
color: #3FFD24;
}
.AnyTagClassName
{
color: #3FFD24;
}
</style>
background-color css
<style>
a { background-color: #3FFD24; }
a { background-color: rgb(63,253,36); }
div.DivClassName
{
background-color: #3FFD24;
}
.BgClassName
{
background-color: #3FFD24;
}
</style>
border-color css
<style>
span { border-color: #3FFD24; }
span { border-color: rgb(63,253,36); }
td.TdClassName
{
border-color: #3FFD24;
}
.TagClassName
{
border-color: #3FFD24;
}
</style>