Shades of Harlequin #3AF425
Tints of Harlequin #3AF425
RGB
CMYK
RGB Variations
Color information
#3AF425 (or 0x3AF425) is known color: Harlequin. HEX triplet: 3A, F4 and 25. RGB value is (58,244,37). Sum of RGB (Red+Green+Blue) = 58+244+37=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 244 (95.70% from 255 or 71.98% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF425 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF425 is #C50BDA. Grayscale: #A5A5A5. Windows color (decimal): -12913627 or 2487354. OLE color: 2487354.
HSL color Cylindrical-coordinate representation of color #3AF425: hue angle of 113.91º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AF425 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 37 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.04 |
| HSL | 113.91º | 0.9% | 0.55% | - |
| HSV(B) | 113.91º | 0.85% | 0.96% | - |
| XYZ | 34.43 | 65.73 | 12.62 | - |
| YUV | 164.79 | 55.88 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 37 | 0.76 | 0 | 0.85 | 0.04 | 113.91 | 0.9 | 0.55 |
| Hex | 3A | F4 | 25 | 4C | 0 | 55 | 4 | 72 | 5A | 37 |
| Octal | 72 | 364 | 45 | 114 | 0 | 125 | 4 | 162 | 132 | 67 |
| Binary | 111010 | 11110100 | 100101 | 1001100 | 0 | 1010101 | 100 | 1110010 | 1011010 | 110111 |
Color Harmonies of #3AF425
Complementary color
Monochromatic Colors of #3AF425
Black with #3AF425
Text Example
Text Example
White with #3AF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF425; }
p { color: rgb(58,244,37); }
H1.HeaderClassName
{
color: #3AF425;
}
.AnyTagClassName
{
color: #3AF425;
}
</style>
background-color css
<style>
a { background-color: #3AF425; }
a { background-color: rgb(58,244,37); }
div.DivClassName
{
background-color: #3AF425;
}
.BgClassName
{
background-color: #3AF425;
}
</style>
border-color css
<style>
span { border-color: #3AF425; }
span { border-color: rgb(58,244,37); }
td.TdClassName
{
border-color: #3AF425;
}
.TagClassName
{
border-color: #3AF425;
}
</style>