Shades of Harlequin #3DFE26
Tints of Harlequin #3DFE26
RGB
CMYK
RGB Variations
Color information
#3DFE26 (or 0x3DFE26) is known color: Harlequin. HEX triplet: 3D, FE and 26. RGB value is (61,254,38). Sum of RGB (Red+Green+Blue) = 61+254+38=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 254 (99.61% from 255 or 71.95% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFE26 is #C201D9. Grayscale: #ACACAC. Windows color (decimal): -12714458 or 2555453. OLE color: 2555453.
HSL color Cylindrical-coordinate representation of color #3DFE26: hue angle of 113.61º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DFE26 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 38 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.00 |
| HSL | 113.61º | 0.99% | 0.57% | - |
| HSV(B) | 113.61º | 0.85% | 1% | - |
| XYZ | 37.72 | 72.02 | 13.75 | - |
| YUV | 171.67 | 52.56 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 38 | 0.76 | 0 | 0.85 | 0.00 | 113.61 | 0.99 | 0.57 |
| Hex | 3D | FE | 26 | 4C | 0 | 55 | 0 | 72 | 63 | 39 |
| Octal | 75 | 376 | 46 | 114 | 0 | 125 | 0 | 162 | 143 | 71 |
| Binary | 111101 | 11111110 | 100110 | 1001100 | 0 | 1010101 | 0 | 1110010 | 1100011 | 111001 |
Color Harmonies of #3DFE26
Complementary color
Monochromatic Colors of #3DFE26
Black with #3DFE26
Text Example
Text Example
White with #3DFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE26; }
p { color: rgb(61,254,38); }
H1.HeaderClassName
{
color: #3DFE26;
}
.AnyTagClassName
{
color: #3DFE26;
}
</style>
background-color css
<style>
a { background-color: #3DFE26; }
a { background-color: rgb(61,254,38); }
div.DivClassName
{
background-color: #3DFE26;
}
.BgClassName
{
background-color: #3DFE26;
}
</style>
border-color css
<style>
span { border-color: #3DFE26; }
span { border-color: rgb(61,254,38); }
td.TdClassName
{
border-color: #3DFE26;
}
.TagClassName
{
border-color: #3DFE26;
}
</style>