Shades of Harlequin #3AF81A
Tints of Harlequin #3AF81A
RGB
CMYK
RGB Variations
Color information
#3AF81A (or 0x3AF81A) is known color: Harlequin. HEX triplet: 3A, F8 and 1A. RGB value is (58,248,26). Sum of RGB (Red+Green+Blue) = 58+248+26=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 248 (97.27% from 255 or 74.70% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF81A is #C507E5. Grayscale: #A6A6A6. Windows color (decimal): -12912614 or 1767482. OLE color: 1767482.
HSL color Cylindrical-coordinate representation of color #3AF81A: hue angle of 111.35º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AF81A is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 26 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.03 |
| HSL | 111.35º | 0.94% | 0.54% | - |
| HSV(B) | 111.35º | 0.9% | 0.97% | - |
| XYZ | 35.5 | 68.11 | 12.25 | - |
| YUV | 165.88 | 49.05 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 26 | 0.77 | 0 | 0.90 | 0.03 | 111.35 | 0.94 | 0.54 |
| Hex | 3A | F8 | 1A | 4D | 0 | 5A | 3 | 6F | 5E | 36 |
| Octal | 72 | 370 | 32 | 115 | 0 | 132 | 3 | 157 | 136 | 66 |
| Binary | 111010 | 11111000 | 11010 | 1001101 | 0 | 1011010 | 11 | 1101111 | 1011110 | 110110 |
Color Harmonies of #3AF81A
Complementary color
Monochromatic Colors of #3AF81A
Black with #3AF81A
Text Example
Text Example
White with #3AF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF81A; }
p { color: rgb(58,248,26); }
H1.HeaderClassName
{
color: #3AF81A;
}
.AnyTagClassName
{
color: #3AF81A;
}
</style>
background-color css
<style>
a { background-color: #3AF81A; }
a { background-color: rgb(58,248,26); }
div.DivClassName
{
background-color: #3AF81A;
}
.BgClassName
{
background-color: #3AF81A;
}
</style>
border-color css
<style>
span { border-color: #3AF81A; }
span { border-color: rgb(58,248,26); }
td.TdClassName
{
border-color: #3AF81A;
}
.TagClassName
{
border-color: #3AF81A;
}
</style>