Shades of Harlequin #3AFE11
Tints of Harlequin #3AFE11
RGB
CMYK
RGB Variations
Color information
#3AFE11 (or 0x3AFE11) is known color: Harlequin. HEX triplet: 3A, FE and 11. RGB value is (58,254,17). Sum of RGB (Red+Green+Blue) = 58+254+17=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 254 (99.61% from 255 or 77.20% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFE11 is #C501EE. Grayscale: #A9A9A9. Windows color (decimal): -12911087 or 1179194. OLE color: 1179194.
HSL color Cylindrical-coordinate representation of color #3AFE11: hue angle of 109.62º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AFE11 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 17 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.00 |
| HSL | 109.62º | 0.99% | 0.53% | - |
| HSV(B) | 109.62º | 0.93% | 1% | - |
| XYZ | 37.29 | 71.82 | 12.43 | - |
| YUV | 168.38 | 42.57 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 17 | 0.77 | 0 | 0.93 | 0.00 | 109.62 | 0.99 | 0.53 |
| Hex | 3A | FE | 11 | 4D | 0 | 5D | 0 | 6E | 63 | 35 |
| Octal | 72 | 376 | 21 | 115 | 0 | 135 | 0 | 156 | 143 | 65 |
| Binary | 111010 | 11111110 | 10001 | 1001101 | 0 | 1011101 | 0 | 1101110 | 1100011 | 110101 |
Color Harmonies of #3AFE11
Complementary color
Monochromatic Colors of #3AFE11
Black with #3AFE11
Text Example
Text Example
White with #3AFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE11; }
p { color: rgb(58,254,17); }
H1.HeaderClassName
{
color: #3AFE11;
}
.AnyTagClassName
{
color: #3AFE11;
}
</style>
background-color css
<style>
a { background-color: #3AFE11; }
a { background-color: rgb(58,254,17); }
div.DivClassName
{
background-color: #3AFE11;
}
.BgClassName
{
background-color: #3AFE11;
}
</style>
border-color css
<style>
span { border-color: #3AFE11; }
span { border-color: rgb(58,254,17); }
td.TdClassName
{
border-color: #3AFE11;
}
.TagClassName
{
border-color: #3AFE11;
}
</style>