Shades of Harlequin #3DF51A
Tints of Harlequin #3DF51A
RGB
CMYK
RGB Variations
Color information
#3DF51A (or 0x3DF51A) is known color: Harlequin. HEX triplet: 3D, F5 and 1A. RGB value is (61,245,26). Sum of RGB (Red+Green+Blue) = 61+245+26=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 245 (96.09% from 255 or 73.80% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF51A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF51A is #C20AE5. Grayscale: #A5A5A5. Windows color (decimal): -12716774 or 1766717. OLE color: 1766717.
HSL color Cylindrical-coordinate representation of color #3DF51A: hue angle of 110.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DF51A is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 26 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.04 |
| HSL | 110.41º | 0.92% | 0.53% | - |
| HSV(B) | 110.41º | 0.89% | 0.96% | - |
| XYZ | 34.76 | 66.37 | 11.96 | - |
| YUV | 165.02 | 49.54 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 26 | 0.75 | 0 | 0.89 | 0.04 | 110.41 | 0.92 | 0.53 |
| Hex | 3D | F5 | 1A | 4B | 0 | 59 | 4 | 6E | 5C | 35 |
| Octal | 75 | 365 | 32 | 113 | 0 | 131 | 4 | 156 | 134 | 65 |
| Binary | 111101 | 11110101 | 11010 | 1001011 | 0 | 1011001 | 100 | 1101110 | 1011100 | 110101 |
Color Harmonies of #3DF51A
Complementary color
Monochromatic Colors of #3DF51A
Black with #3DF51A
Text Example
Text Example
White with #3DF51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF51A; }
p { color: rgb(61,245,26); }
H1.HeaderClassName
{
color: #3DF51A;
}
.AnyTagClassName
{
color: #3DF51A;
}
</style>
background-color css
<style>
a { background-color: #3DF51A; }
a { background-color: rgb(61,245,26); }
div.DivClassName
{
background-color: #3DF51A;
}
.BgClassName
{
background-color: #3DF51A;
}
</style>
border-color css
<style>
span { border-color: #3DF51A; }
span { border-color: rgb(61,245,26); }
td.TdClassName
{
border-color: #3DF51A;
}
.TagClassName
{
border-color: #3DF51A;
}
</style>