Shades of Harlequin #3DF825
Tints of Harlequin #3DF825
RGB
CMYK
RGB Variations
Color information
#3DF825 (or 0x3DF825) is known color: Harlequin. HEX triplet: 3D, F8 and 25. RGB value is (61,248,37). Sum of RGB (Red+Green+Blue) = 61+248+37=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF825 is #C207DA. Grayscale: #A8A8A8. Windows color (decimal): -12715995 or 2488381. OLE color: 2488381.
HSL color Cylindrical-coordinate representation of color #3DF825: hue angle of 113.18º 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 #3DF825 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 37 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.03 |
| HSL | 113.18º | 0.94% | 0.56% | - |
| HSV(B) | 113.18º | 0.85% | 0.97% | - |
| XYZ | 35.83 | 68.26 | 13.04 | - |
| YUV | 168.03 | 54.05 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 37 | 0.75 | 0 | 0.85 | 0.03 | 113.18 | 0.94 | 0.56 |
| Hex | 3D | F8 | 25 | 4B | 0 | 55 | 3 | 71 | 5E | 38 |
| Octal | 75 | 370 | 45 | 113 | 0 | 125 | 3 | 161 | 136 | 70 |
| Binary | 111101 | 11111000 | 100101 | 1001011 | 0 | 1010101 | 11 | 1110001 | 1011110 | 111000 |
Color Harmonies of #3DF825
Complementary color
Monochromatic Colors of #3DF825
Black with #3DF825
Text Example
Text Example
White with #3DF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF825; }
p { color: rgb(61,248,37); }
H1.HeaderClassName
{
color: #3DF825;
}
.AnyTagClassName
{
color: #3DF825;
}
</style>
background-color css
<style>
a { background-color: #3DF825; }
a { background-color: rgb(61,248,37); }
div.DivClassName
{
background-color: #3DF825;
}
.BgClassName
{
background-color: #3DF825;
}
</style>
border-color css
<style>
span { border-color: #3DF825; }
span { border-color: rgb(61,248,37); }
td.TdClassName
{
border-color: #3DF825;
}
.TagClassName
{
border-color: #3DF825;
}
</style>