Shades of Harlequin #3DF322
Tints of Harlequin #3DF322
RGB
CMYK
RGB Variations
Color information
#3DF322 (or 0x3DF322) is known color: Harlequin. HEX triplet: 3D, F3 and 22. RGB value is (61,243,34). Sum of RGB (Red+Green+Blue) = 61+243+34=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 243 (95.31% from 255 or 71.89% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF322 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF322 is #C20CDD. Grayscale: #A5A5A5. Windows color (decimal): -12717278 or 2290493. OLE color: 2290493.
HSL color Cylindrical-coordinate representation of color #3DF322: hue angle of 112.25º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DF322 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 34 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.05 |
| HSL | 112.25º | 0.9% | 0.54% | - |
| HSV(B) | 112.25º | 0.86% | 0.95% | - |
| XYZ | 34.26 | 65.21 | 12.29 | - |
| YUV | 164.76 | 54.2 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 34 | 0.75 | 0 | 0.86 | 0.05 | 112.25 | 0.9 | 0.54 |
| Hex | 3D | F3 | 22 | 4B | 0 | 56 | 5 | 70 | 5A | 36 |
| Octal | 75 | 363 | 42 | 113 | 0 | 126 | 5 | 160 | 132 | 66 |
| Binary | 111101 | 11110011 | 100010 | 1001011 | 0 | 1010110 | 101 | 1110000 | 1011010 | 110110 |
Color Harmonies of #3DF322
Complementary color
Monochromatic Colors of #3DF322
Black with #3DF322
Text Example
Text Example
White with #3DF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF322; }
p { color: rgb(61,243,34); }
H1.HeaderClassName
{
color: #3DF322;
}
.AnyTagClassName
{
color: #3DF322;
}
</style>
background-color css
<style>
a { background-color: #3DF322; }
a { background-color: rgb(61,243,34); }
div.DivClassName
{
background-color: #3DF322;
}
.BgClassName
{
background-color: #3DF322;
}
</style>
border-color css
<style>
span { border-color: #3DF322; }
span { border-color: rgb(61,243,34); }
td.TdClassName
{
border-color: #3DF322;
}
.TagClassName
{
border-color: #3DF322;
}
</style>