Shades of Harlequin #3DF222
Tints of Harlequin #3DF222
RGB
CMYK
RGB Variations
Color information
#3DF222 (or 0x3DF222) is known color: Harlequin. HEX triplet: 3D, F2 and 22. RGB value is (61,242,34). Sum of RGB (Red+Green+Blue) = 61+242+34=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 242 (94.92% from 255 or 71.81% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF222 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF222 is #C20DDD. Grayscale: #A4A4A4. Windows color (decimal): -12717534 or 2290237. OLE color: 2290237.
HSL color Cylindrical-coordinate representation of color #3DF222: hue angle of 112.21º degrees, saturation: 0.89, 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 #3DF222 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 34 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.05 |
| HSL | 112.21º | 0.89% | 0.54% | - |
| HSV(B) | 112.21º | 0.86% | 0.95% | - |
| XYZ | 33.97 | 64.61 | 12.19 | - |
| YUV | 164.17 | 54.53 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 34 | 0.75 | 0 | 0.86 | 0.05 | 112.21 | 0.89 | 0.54 |
| Hex | 3D | F2 | 22 | 4B | 0 | 56 | 5 | 70 | 59 | 36 |
| Octal | 75 | 362 | 42 | 113 | 0 | 126 | 5 | 160 | 131 | 66 |
| Binary | 111101 | 11110010 | 100010 | 1001011 | 0 | 1010110 | 101 | 1110000 | 1011001 | 110110 |
Color Harmonies of #3DF222
Complementary color
Monochromatic Colors of #3DF222
Black with #3DF222
Text Example
Text Example
White with #3DF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF222; }
p { color: rgb(61,242,34); }
H1.HeaderClassName
{
color: #3DF222;
}
.AnyTagClassName
{
color: #3DF222;
}
</style>
background-color css
<style>
a { background-color: #3DF222; }
a { background-color: rgb(61,242,34); }
div.DivClassName
{
background-color: #3DF222;
}
.BgClassName
{
background-color: #3DF222;
}
</style>
border-color css
<style>
span { border-color: #3DF222; }
span { border-color: rgb(61,242,34); }
td.TdClassName
{
border-color: #3DF222;
}
.TagClassName
{
border-color: #3DF222;
}
</style>