Shades of Harlequin #3AFB16
Tints of Harlequin #3AFB16
RGB
CMYK
RGB Variations
Color information
#3AFB16 (or 0x3AFB16) is known color: Harlequin. HEX triplet: 3A, FB and 16. RGB value is (58,251,22). Sum of RGB (Red+Green+Blue) = 58+251+22=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 251 (98.44% from 255 or 75.83% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFB16 is #C504E9. Grayscale: #A7A7A7. Windows color (decimal): -12911850 or 1506106. OLE color: 1506106.
HSL color Cylindrical-coordinate representation of color #3AFB16: hue angle of 110.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AFB16 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 22 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.02 |
| HSL | 110.57º | 0.97% | 0.54% | - |
| HSV(B) | 110.57º | 0.91% | 0.98% | - |
| XYZ | 36.39 | 69.95 | 12.34 | - |
| YUV | 167.19 | 46.06 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 22 | 0.77 | 0 | 0.91 | 0.02 | 110.57 | 0.97 | 0.54 |
| Hex | 3A | FB | 16 | 4D | 0 | 5B | 2 | 6F | 61 | 36 |
| Octal | 72 | 373 | 26 | 115 | 0 | 133 | 2 | 157 | 141 | 66 |
| Binary | 111010 | 11111011 | 10110 | 1001101 | 0 | 1011011 | 10 | 1101111 | 1100001 | 110110 |
Color Harmonies of #3AFB16
Complementary color
Monochromatic Colors of #3AFB16
Black with #3AFB16
Text Example
Text Example
White with #3AFB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB16; }
p { color: rgb(58,251,22); }
H1.HeaderClassName
{
color: #3AFB16;
}
.AnyTagClassName
{
color: #3AFB16;
}
</style>
background-color css
<style>
a { background-color: #3AFB16; }
a { background-color: rgb(58,251,22); }
div.DivClassName
{
background-color: #3AFB16;
}
.BgClassName
{
background-color: #3AFB16;
}
</style>
border-color css
<style>
span { border-color: #3AFB16; }
span { border-color: rgb(58,251,22); }
td.TdClassName
{
border-color: #3AFB16;
}
.TagClassName
{
border-color: #3AFB16;
}
</style>