Shades of Harlequin #3DF826
Tints of Harlequin #3DF826
RGB
CMYK
RGB Variations
Color information
#3DF826 (or 0x3DF826) is known color: Harlequin. HEX triplet: 3D, F8 and 26. RGB value is (61,248,38). Sum of RGB (Red+Green+Blue) = 61+248+38=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 248 (97.27% from 255 or 71.47% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF826 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF826 is #C207D9. Grayscale: #A8A8A8. Windows color (decimal): -12715994 or 2553917. OLE color: 2553917.
HSL color Cylindrical-coordinate representation of color #3DF826: hue angle of 113.43º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DF826 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 38 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.03 |
| HSL | 113.43º | 0.94% | 0.56% | - |
| HSV(B) | 113.43º | 0.85% | 0.97% | - |
| XYZ | 35.84 | 68.27 | 13.12 | - |
| YUV | 168.15 | 54.55 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 38 | 0.75 | 0 | 0.85 | 0.03 | 113.43 | 0.94 | 0.56 |
| Hex | 3D | F8 | 26 | 4B | 0 | 55 | 3 | 71 | 5E | 38 |
| Octal | 75 | 370 | 46 | 113 | 0 | 125 | 3 | 161 | 136 | 70 |
| Binary | 111101 | 11111000 | 100110 | 1001011 | 0 | 1010101 | 11 | 1110001 | 1011110 | 111000 |
Color Harmonies of #3DF826
Complementary color
Monochromatic Colors of #3DF826
Black with #3DF826
Text Example
Text Example
White with #3DF826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF826; }
p { color: rgb(61,248,38); }
H1.HeaderClassName
{
color: #3DF826;
}
.AnyTagClassName
{
color: #3DF826;
}
</style>
background-color css
<style>
a { background-color: #3DF826; }
a { background-color: rgb(61,248,38); }
div.DivClassName
{
background-color: #3DF826;
}
.BgClassName
{
background-color: #3DF826;
}
</style>
border-color css
<style>
span { border-color: #3DF826; }
span { border-color: rgb(61,248,38); }
td.TdClassName
{
border-color: #3DF826;
}
.TagClassName
{
border-color: #3DF826;
}
</style>