Shades of Harlequin #3AF90F
Tints of Harlequin #3AF90F
RGB
CMYK
RGB Variations
Color information
#3AF90F (or 0x3AF90F) is known color: Harlequin. HEX triplet: 3A, F9 and 0F. RGB value is (58,249,15). Sum of RGB (Red+Green+Blue) = 58+249+15=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 249 (97.66% from 255 or 77.33% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF90F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF90F is #C506F0. Grayscale: #A5A5A5. Windows color (decimal): -12912369 or 1046842. OLE color: 1046842.
HSL color Cylindrical-coordinate representation of color #3AF90F: hue angle of 108.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AF90F is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 15 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.02 |
| HSL | 108.97º | 0.95% | 0.52% | - |
| HSV(B) | 108.97º | 0.94% | 0.98% | - |
| XYZ | 35.71 | 68.69 | 11.83 | - |
| YUV | 165.22 | 43.22 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 15 | 0.77 | 0 | 0.94 | 0.02 | 108.97 | 0.95 | 0.52 |
| Hex | 3A | F9 | F | 4D | 0 | 5E | 2 | 6D | 5F | 34 |
| Octal | 72 | 371 | 17 | 115 | 0 | 136 | 2 | 155 | 137 | 64 |
| Binary | 111010 | 11111001 | 1111 | 1001101 | 0 | 1011110 | 10 | 1101101 | 1011111 | 110100 |
Color Harmonies of #3AF90F
Complementary color
Monochromatic Colors of #3AF90F
Black with #3AF90F
Text Example
Text Example
White with #3AF90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF90F; }
p { color: rgb(58,249,15); }
H1.HeaderClassName
{
color: #3AF90F;
}
.AnyTagClassName
{
color: #3AF90F;
}
</style>
background-color css
<style>
a { background-color: #3AF90F; }
a { background-color: rgb(58,249,15); }
div.DivClassName
{
background-color: #3AF90F;
}
.BgClassName
{
background-color: #3AF90F;
}
</style>
border-color css
<style>
span { border-color: #3AF90F; }
span { border-color: rgb(58,249,15); }
td.TdClassName
{
border-color: #3AF90F;
}
.TagClassName
{
border-color: #3AF90F;
}
</style>