Shades of Harlequin #3DF61B
Tints of Harlequin #3DF61B
RGB
CMYK
RGB Variations
Color information
#3DF61B (or 0x3DF61B) is known color: Harlequin. HEX triplet: 3D, F6 and 1B. RGB value is (61,246,27). Sum of RGB (Red+Green+Blue) = 61+246+27=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 246 (96.48% from 255 or 73.65% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF61B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF61B is #C209E4. Grayscale: #A6A6A6. Windows color (decimal): -12716517 or 1832509. OLE color: 1832509.
HSL color Cylindrical-coordinate representation of color #3DF61B: hue angle of 110.68º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DF61B is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 27 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.04 |
| HSL | 110.68º | 0.92% | 0.54% | - |
| HSV(B) | 110.68º | 0.89% | 0.96% | - |
| XYZ | 35.08 | 66.98 | 12.12 | - |
| YUV | 165.72 | 49.71 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 27 | 0.75 | 0 | 0.89 | 0.04 | 110.68 | 0.92 | 0.54 |
| Hex | 3D | F6 | 1B | 4B | 0 | 59 | 4 | 6F | 5C | 36 |
| Octal | 75 | 366 | 33 | 113 | 0 | 131 | 4 | 157 | 134 | 66 |
| Binary | 111101 | 11110110 | 11011 | 1001011 | 0 | 1011001 | 100 | 1101111 | 1011100 | 110110 |
Color Harmonies of #3DF61B
Complementary color
Monochromatic Colors of #3DF61B
Black with #3DF61B
Text Example
Text Example
White with #3DF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF61B; }
p { color: rgb(61,246,27); }
H1.HeaderClassName
{
color: #3DF61B;
}
.AnyTagClassName
{
color: #3DF61B;
}
</style>
background-color css
<style>
a { background-color: #3DF61B; }
a { background-color: rgb(61,246,27); }
div.DivClassName
{
background-color: #3DF61B;
}
.BgClassName
{
background-color: #3DF61B;
}
</style>
border-color css
<style>
span { border-color: #3DF61B; }
span { border-color: rgb(61,246,27); }
td.TdClassName
{
border-color: #3DF61B;
}
.TagClassName
{
border-color: #3DF61B;
}
</style>