Shades of Harlequin #3DF319
Tints of Harlequin #3DF319
RGB
CMYK
RGB Variations
Color information
#3DF319 (or 0x3DF319) is known color: Harlequin. HEX triplet: 3D, F3 and 19. RGB value is (61,243,25). Sum of RGB (Red+Green+Blue) = 61+243+25=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF319 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF319 is #C20CE6. Grayscale: #A4A4A4. Windows color (decimal): -12717287 or 1700669. OLE color: 1700669.
HSL color Cylindrical-coordinate representation of color #3DF319: hue angle of 110.09º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DF319 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 25 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.05 |
| HSL | 110.09º | 0.9% | 0.53% | - |
| HSV(B) | 110.09º | 0.9% | 0.95% | - |
| XYZ | 34.15 | 65.16 | 11.7 | - |
| YUV | 163.73 | 49.7 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 25 | 0.75 | 0 | 0.90 | 0.05 | 110.09 | 0.9 | 0.53 |
| Hex | 3D | F3 | 19 | 4B | 0 | 5A | 5 | 6E | 5A | 35 |
| Octal | 75 | 363 | 31 | 113 | 0 | 132 | 5 | 156 | 132 | 65 |
| Binary | 111101 | 11110011 | 11001 | 1001011 | 0 | 1011010 | 101 | 1101110 | 1011010 | 110101 |
Color Harmonies of #3DF319
Complementary color
Monochromatic Colors of #3DF319
Black with #3DF319
Text Example
Text Example
White with #3DF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF319; }
p { color: rgb(61,243,25); }
H1.HeaderClassName
{
color: #3DF319;
}
.AnyTagClassName
{
color: #3DF319;
}
</style>
background-color css
<style>
a { background-color: #3DF319; }
a { background-color: rgb(61,243,25); }
div.DivClassName
{
background-color: #3DF319;
}
.BgClassName
{
background-color: #3DF319;
}
</style>
border-color css
<style>
span { border-color: #3DF319; }
span { border-color: rgb(61,243,25); }
td.TdClassName
{
border-color: #3DF319;
}
.TagClassName
{
border-color: #3DF319;
}
</style>