Shades of Harlequin #3DF623
Tints of Harlequin #3DF623
RGB
CMYK
RGB Variations
Color information
#3DF623 (or 0x3DF623) is known color: Harlequin. HEX triplet: 3D, F6 and 23. RGB value is (61,246,35). Sum of RGB (Red+Green+Blue) = 61+246+35=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 246 (96.48% from 255 or 71.93% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF623 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF623 is #C209DC. Grayscale: #A7A7A7. Windows color (decimal): -12716509 or 2356797. OLE color: 2356797.
HSL color Cylindrical-coordinate representation of color #3DF623: hue angle of 112.61º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DF623 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 35 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.04 |
| HSL | 112.61º | 0.92% | 0.55% | - |
| HSV(B) | 112.61º | 0.86% | 0.96% | - |
| XYZ | 35.18 | 67.02 | 12.67 | - |
| YUV | 166.63 | 53.71 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 35 | 0.75 | 0 | 0.86 | 0.04 | 112.61 | 0.92 | 0.55 |
| Hex | 3D | F6 | 23 | 4B | 0 | 56 | 4 | 71 | 5C | 37 |
| Octal | 75 | 366 | 43 | 113 | 0 | 126 | 4 | 161 | 134 | 67 |
| Binary | 111101 | 11110110 | 100011 | 1001011 | 0 | 1010110 | 100 | 1110001 | 1011100 | 110111 |
Color Harmonies of #3DF623
Complementary color
Monochromatic Colors of #3DF623
Black with #3DF623
Text Example
Text Example
White with #3DF623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF623; }
p { color: rgb(61,246,35); }
H1.HeaderClassName
{
color: #3DF623;
}
.AnyTagClassName
{
color: #3DF623;
}
</style>
background-color css
<style>
a { background-color: #3DF623; }
a { background-color: rgb(61,246,35); }
div.DivClassName
{
background-color: #3DF623;
}
.BgClassName
{
background-color: #3DF623;
}
</style>
border-color css
<style>
span { border-color: #3DF623; }
span { border-color: rgb(61,246,35); }
td.TdClassName
{
border-color: #3DF623;
}
.TagClassName
{
border-color: #3DF623;
}
</style>