Shades of Harlequin #3DF40C
Tints of Harlequin #3DF40C
RGB
CMYK
RGB Variations
Color information
#3DF40C (or 0x3DF40C) is known color: Harlequin. HEX triplet: 3D, F4 and 0C. RGB value is (61,244,12). Sum of RGB (Red+Green+Blue) = 61+244+12=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 244 (95.70% from 255 or 76.97% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF40C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF40C is #C20BF3. Grayscale: #A3A3A3. Windows color (decimal): -12717044 or 848957. OLE color: 848957.
HSL color Cylindrical-coordinate representation of color #3DF40C: hue angle of 107.33º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DF40C is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 12 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.04 |
| HSL | 107.33º | 0.91% | 0.5% | - |
| HSV(B) | 107.33º | 0.95% | 0.96% | - |
| XYZ | 34.34 | 65.72 | 11.22 | - |
| YUV | 162.84 | 42.87 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 12 | 0.75 | 0 | 0.95 | 0.04 | 107.33 | 0.91 | 0.5 |
| Hex | 3D | F4 | C | 4B | 0 | 5F | 4 | 6B | 5B | 32 |
| Octal | 75 | 364 | 14 | 113 | 0 | 137 | 4 | 153 | 133 | 62 |
| Binary | 111101 | 11110100 | 1100 | 1001011 | 0 | 1011111 | 100 | 1101011 | 1011011 | 110010 |
Color Harmonies of #3DF40C
Complementary color
Monochromatic Colors of #3DF40C
Black with #3DF40C
Text Example
Text Example
White with #3DF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF40C; }
p { color: rgb(61,244,12); }
H1.HeaderClassName
{
color: #3DF40C;
}
.AnyTagClassName
{
color: #3DF40C;
}
</style>
background-color css
<style>
a { background-color: #3DF40C; }
a { background-color: rgb(61,244,12); }
div.DivClassName
{
background-color: #3DF40C;
}
.BgClassName
{
background-color: #3DF40C;
}
</style>
border-color css
<style>
span { border-color: #3DF40C; }
span { border-color: rgb(61,244,12); }
td.TdClassName
{
border-color: #3DF40C;
}
.TagClassName
{
border-color: #3DF40C;
}
</style>