Shades of Harlequin #3AF71D
Tints of Harlequin #3AF71D
RGB
CMYK
RGB Variations
Color information
#3AF71D (or 0x3AF71D) is known color: Harlequin. HEX triplet: 3A, F7 and 1D. RGB value is (58,247,29). Sum of RGB (Red+Green+Blue) = 58+247+29=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF71D is #C508E2. Grayscale: #A6A6A6. Windows color (decimal): -12912867 or 1963834. OLE color: 1963834.
HSL color Cylindrical-coordinate representation of color #3AF71D: hue angle of 112.02º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AF71D is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 29 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.03 |
| HSL | 112.02º | 0.93% | 0.54% | - |
| HSV(B) | 112.02º | 0.88% | 0.97% | - |
| XYZ | 35.23 | 67.51 | 12.34 | - |
| YUV | 165.64 | 50.88 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 29 | 0.77 | 0 | 0.88 | 0.03 | 112.02 | 0.93 | 0.54 |
| Hex | 3A | F7 | 1D | 4D | 0 | 58 | 3 | 70 | 5D | 36 |
| Octal | 72 | 367 | 35 | 115 | 0 | 130 | 3 | 160 | 135 | 66 |
| Binary | 111010 | 11110111 | 11101 | 1001101 | 0 | 1011000 | 11 | 1110000 | 1011101 | 110110 |
Color Harmonies of #3AF71D
Complementary color
Monochromatic Colors of #3AF71D
Black with #3AF71D
Text Example
Text Example
White with #3AF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF71D; }
p { color: rgb(58,247,29); }
H1.HeaderClassName
{
color: #3AF71D;
}
.AnyTagClassName
{
color: #3AF71D;
}
</style>
background-color css
<style>
a { background-color: #3AF71D; }
a { background-color: rgb(58,247,29); }
div.DivClassName
{
background-color: #3AF71D;
}
.BgClassName
{
background-color: #3AF71D;
}
</style>
border-color css
<style>
span { border-color: #3AF71D; }
span { border-color: rgb(58,247,29); }
td.TdClassName
{
border-color: #3AF71D;
}
.TagClassName
{
border-color: #3AF71D;
}
</style>