Shades of Harlequin #3DF320
Tints of Harlequin #3DF320
RGB
CMYK
RGB Variations
Color information
#3DF320 (or 0x3DF320) is known color: Harlequin. HEX triplet: 3D, F3 and 20. RGB value is (61,243,32). Sum of RGB (Red+Green+Blue) = 61+243+32=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF320 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF320 is #C20CDF. Grayscale: #A5A5A5. Windows color (decimal): -12717280 or 2159421. OLE color: 2159421.
HSL color Cylindrical-coordinate representation of color #3DF320: hue angle of 111.75º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DF320 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 32 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.05 |
| HSL | 111.75º | 0.9% | 0.54% | - |
| HSV(B) | 111.75º | 0.87% | 0.95% | - |
| XYZ | 34.24 | 65.2 | 12.15 | - |
| YUV | 164.53 | 53.2 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 32 | 0.75 | 0 | 0.87 | 0.05 | 111.75 | 0.9 | 0.54 |
| Hex | 3D | F3 | 20 | 4B | 0 | 57 | 5 | 70 | 5A | 36 |
| Octal | 75 | 363 | 40 | 113 | 0 | 127 | 5 | 160 | 132 | 66 |
| Binary | 111101 | 11110011 | 100000 | 1001011 | 0 | 1010111 | 101 | 1110000 | 1011010 | 110110 |
Color Harmonies of #3DF320
Complementary color
Monochromatic Colors of #3DF320
Black with #3DF320
Text Example
Text Example
White with #3DF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF320; }
p { color: rgb(61,243,32); }
H1.HeaderClassName
{
color: #3DF320;
}
.AnyTagClassName
{
color: #3DF320;
}
</style>
background-color css
<style>
a { background-color: #3DF320; }
a { background-color: rgb(61,243,32); }
div.DivClassName
{
background-color: #3DF320;
}
.BgClassName
{
background-color: #3DF320;
}
</style>
border-color css
<style>
span { border-color: #3DF320; }
span { border-color: rgb(61,243,32); }
td.TdClassName
{
border-color: #3DF320;
}
.TagClassName
{
border-color: #3DF320;
}
</style>