Shades of Harlequin #3AF81F
Tints of Harlequin #3AF81F
RGB
CMYK
RGB Variations
Color information
#3AF81F (or 0x3AF81F) is known color: Harlequin. HEX triplet: 3A, F8 and 1F. RGB value is (58,248,31). Sum of RGB (Red+Green+Blue) = 58+248+31=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 248 (97.27% from 255 or 73.59% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF81F is #C507E0. Grayscale: #A7A7A7. Windows color (decimal): -12912609 or 2095162. OLE color: 2095162.
HSL color Cylindrical-coordinate representation of color #3AF81F: hue angle of 112.53º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AF81F is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 31 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.03 |
| HSL | 112.53º | 0.94% | 0.55% | - |
| HSV(B) | 112.53º | 0.88% | 0.97% | - |
| XYZ | 35.56 | 68.13 | 12.57 | - |
| YUV | 166.45 | 51.55 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 31 | 0.77 | 0 | 0.88 | 0.03 | 112.53 | 0.94 | 0.55 |
| Hex | 3A | F8 | 1F | 4D | 0 | 58 | 3 | 71 | 5E | 37 |
| Octal | 72 | 370 | 37 | 115 | 0 | 130 | 3 | 161 | 136 | 67 |
| Binary | 111010 | 11111000 | 11111 | 1001101 | 0 | 1011000 | 11 | 1110001 | 1011110 | 110111 |
Color Harmonies of #3AF81F
Complementary color
Monochromatic Colors of #3AF81F
Black with #3AF81F
Text Example
Text Example
White with #3AF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF81F; }
p { color: rgb(58,248,31); }
H1.HeaderClassName
{
color: #3AF81F;
}
.AnyTagClassName
{
color: #3AF81F;
}
</style>
background-color css
<style>
a { background-color: #3AF81F; }
a { background-color: rgb(58,248,31); }
div.DivClassName
{
background-color: #3AF81F;
}
.BgClassName
{
background-color: #3AF81F;
}
</style>
border-color css
<style>
span { border-color: #3AF81F; }
span { border-color: rgb(58,248,31); }
td.TdClassName
{
border-color: #3AF81F;
}
.TagClassName
{
border-color: #3AF81F;
}
</style>