Shades of Harlequin #3DF91A
Tints of Harlequin #3DF91A
RGB
CMYK
RGB Variations
Color information
#3DF91A (or 0x3DF91A) is known color: Harlequin. HEX triplet: 3D, F9 and 1A. RGB value is (61,249,26). Sum of RGB (Red+Green+Blue) = 61+249+26=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 249 (97.66% from 255 or 74.11% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF91A is #C206E5. Grayscale: #A8A8A8. Windows color (decimal): -12715750 or 1767741. OLE color: 1767741.
HSL color Cylindrical-coordinate representation of color #3DF91A: hue angle of 110.58º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DF91A is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 26 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.02 |
| HSL | 110.58º | 0.95% | 0.54% | - |
| HSV(B) | 110.58º | 0.9% | 0.98% | - |
| XYZ | 35.99 | 68.82 | 12.36 | - |
| YUV | 167.37 | 48.22 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 26 | 0.76 | 0 | 0.90 | 0.02 | 110.58 | 0.95 | 0.54 |
| Hex | 3D | F9 | 1A | 4C | 0 | 5A | 2 | 6F | 5F | 36 |
| Octal | 75 | 371 | 32 | 114 | 0 | 132 | 2 | 157 | 137 | 66 |
| Binary | 111101 | 11111001 | 11010 | 1001100 | 0 | 1011010 | 10 | 1101111 | 1011111 | 110110 |
Color Harmonies of #3DF91A
Complementary color
Monochromatic Colors of #3DF91A
Black with #3DF91A
Text Example
Text Example
White with #3DF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF91A; }
p { color: rgb(61,249,26); }
H1.HeaderClassName
{
color: #3DF91A;
}
.AnyTagClassName
{
color: #3DF91A;
}
</style>
background-color css
<style>
a { background-color: #3DF91A; }
a { background-color: rgb(61,249,26); }
div.DivClassName
{
background-color: #3DF91A;
}
.BgClassName
{
background-color: #3DF91A;
}
</style>
border-color css
<style>
span { border-color: #3DF91A; }
span { border-color: rgb(61,249,26); }
td.TdClassName
{
border-color: #3DF91A;
}
.TagClassName
{
border-color: #3DF91A;
}
</style>