Shades of Harlequin #3AF31C
Tints of Harlequin #3AF31C
RGB
CMYK
RGB Variations
Color information
#3AF31C (or 0x3AF31C) is known color: Harlequin. HEX triplet: 3A, F3 and 1C. RGB value is (58,243,28). Sum of RGB (Red+Green+Blue) = 58+243+28=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF31C is #C50CE3. Grayscale: #A3A3A3. Windows color (decimal): -12913892 or 1897274. OLE color: 1897274.
HSL color Cylindrical-coordinate representation of color #3AF31C: hue angle of 111.63º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AF31C is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 28 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.05 |
| HSL | 111.63º | 0.9% | 0.53% | - |
| HSV(B) | 111.63º | 0.88% | 0.95% | - |
| XYZ | 34.01 | 65.08 | 11.87 | - |
| YUV | 163.18 | 51.71 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 28 | 0.76 | 0 | 0.88 | 0.05 | 111.63 | 0.9 | 0.53 |
| Hex | 3A | F3 | 1C | 4C | 0 | 58 | 5 | 70 | 5A | 35 |
| Octal | 72 | 363 | 34 | 114 | 0 | 130 | 5 | 160 | 132 | 65 |
| Binary | 111010 | 11110011 | 11100 | 1001100 | 0 | 1011000 | 101 | 1110000 | 1011010 | 110101 |
Color Harmonies of #3AF31C
Complementary color
Monochromatic Colors of #3AF31C
Black with #3AF31C
Text Example
Text Example
White with #3AF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF31C; }
p { color: rgb(58,243,28); }
H1.HeaderClassName
{
color: #3AF31C;
}
.AnyTagClassName
{
color: #3AF31C;
}
</style>
background-color css
<style>
a { background-color: #3AF31C; }
a { background-color: rgb(58,243,28); }
div.DivClassName
{
background-color: #3AF31C;
}
.BgClassName
{
background-color: #3AF31C;
}
</style>
border-color css
<style>
span { border-color: #3AF31C; }
span { border-color: rgb(58,243,28); }
td.TdClassName
{
border-color: #3AF31C;
}
.TagClassName
{
border-color: #3AF31C;
}
</style>