Shades of Harlequin #3DF624
Tints of Harlequin #3DF624
RGB
CMYK
RGB Variations
Color information
#3DF624 (or 0x3DF624) is known color: Harlequin. HEX triplet: 3D, F6 and 24. RGB value is (61,246,36). Sum of RGB (Red+Green+Blue) = 61+246+36=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 246 (96.48% from 255 or 71.72% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF624 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF624 is #C209DB. Grayscale: #A7A7A7. Windows color (decimal): -12716508 or 2422333. OLE color: 2422333.
HSL color Cylindrical-coordinate representation of color #3DF624: hue angle of 112.86º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DF624 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 36 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.04 |
| HSL | 112.86º | 0.92% | 0.55% | - |
| HSV(B) | 112.86º | 0.85% | 0.96% | - |
| XYZ | 35.2 | 67.03 | 12.75 | - |
| YUV | 166.75 | 54.21 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 36 | 0.75 | 0 | 0.85 | 0.04 | 112.86 | 0.92 | 0.55 |
| Hex | 3D | F6 | 24 | 4B | 0 | 55 | 4 | 71 | 5C | 37 |
| Octal | 75 | 366 | 44 | 113 | 0 | 125 | 4 | 161 | 134 | 67 |
| Binary | 111101 | 11110110 | 100100 | 1001011 | 0 | 1010101 | 100 | 1110001 | 1011100 | 110111 |
Color Harmonies of #3DF624
Complementary color
Monochromatic Colors of #3DF624
Black with #3DF624
Text Example
Text Example
White with #3DF624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF624; }
p { color: rgb(61,246,36); }
H1.HeaderClassName
{
color: #3DF624;
}
.AnyTagClassName
{
color: #3DF624;
}
</style>
background-color css
<style>
a { background-color: #3DF624; }
a { background-color: rgb(61,246,36); }
div.DivClassName
{
background-color: #3DF624;
}
.BgClassName
{
background-color: #3DF624;
}
</style>
border-color css
<style>
span { border-color: #3DF624; }
span { border-color: rgb(61,246,36); }
td.TdClassName
{
border-color: #3DF624;
}
.TagClassName
{
border-color: #3DF624;
}
</style>