Shades of Harlequin #3DF526
Tints of Harlequin #3DF526
RGB
CMYK
RGB Variations
Color information
#3DF526 (or 0x3DF526) is known color: Harlequin. HEX triplet: 3D, F5 and 26. RGB value is (61,245,38). Sum of RGB (Red+Green+Blue) = 61+245+38=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF526 is #C20AD9. Grayscale: #A7A7A7. Windows color (decimal): -12716762 or 2553149. OLE color: 2553149.
HSL color Cylindrical-coordinate representation of color #3DF526: hue angle of 113.33º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DF526 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 38 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.04 |
| HSL | 113.33º | 0.91% | 0.55% | - |
| HSV(B) | 113.33º | 0.84% | 0.96% | - |
| XYZ | 34.93 | 66.44 | 12.82 | - |
| YUV | 166.39 | 55.54 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 38 | 0.75 | 0 | 0.84 | 0.04 | 113.33 | 0.91 | 0.55 |
| Hex | 3D | F5 | 26 | 4B | 0 | 54 | 4 | 71 | 5B | 37 |
| Octal | 75 | 365 | 46 | 113 | 0 | 124 | 4 | 161 | 133 | 67 |
| Binary | 111101 | 11110101 | 100110 | 1001011 | 0 | 1010100 | 100 | 1110001 | 1011011 | 110111 |
Color Harmonies of #3DF526
Complementary color
Monochromatic Colors of #3DF526
Black with #3DF526
Text Example
Text Example
White with #3DF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF526; }
p { color: rgb(61,245,38); }
H1.HeaderClassName
{
color: #3DF526;
}
.AnyTagClassName
{
color: #3DF526;
}
</style>
background-color css
<style>
a { background-color: #3DF526; }
a { background-color: rgb(61,245,38); }
div.DivClassName
{
background-color: #3DF526;
}
.BgClassName
{
background-color: #3DF526;
}
</style>
border-color css
<style>
span { border-color: #3DF526; }
span { border-color: rgb(61,245,38); }
td.TdClassName
{
border-color: #3DF526;
}
.TagClassName
{
border-color: #3DF526;
}
</style>