Shades of Harlequin #3AF902
Tints of Harlequin #3AF902
RGB
CMYK
RGB Variations
Color information
#3AF902 (or 0x3AF902) is known color: Harlequin. HEX triplet: 3A, F9 and 02. RGB value is (58,249,2). Sum of RGB (Red+Green+Blue) = 58+249+2=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 249 (97.66% from 255 or 80.58% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF902 is #C506FD. Grayscale: #A4A4A4. Windows color (decimal): -12912382 or 194874. OLE color: 194874.
HSL color Cylindrical-coordinate representation of color #3AF902: hue angle of 106.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AF902 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.02 |
| HSL | 106.4º | 0.98% | 0.49% | - |
| HSV(B) | 106.4º | 0.99% | 0.98% | - |
| XYZ | 35.63 | 68.66 | 11.43 | - |
| YUV | 163.73 | 36.72 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 2 | 0.77 | 0 | 0.99 | 0.02 | 106.4 | 0.98 | 0.49 |
| Hex | 3A | F9 | 2 | 4D | 0 | 63 | 2 | 6A | 62 | 31 |
| Octal | 72 | 371 | 2 | 115 | 0 | 143 | 2 | 152 | 142 | 61 |
| Binary | 111010 | 11111001 | 10 | 1001101 | 0 | 1100011 | 10 | 1101010 | 1100010 | 110001 |
Color Harmonies of #3AF902
Complementary color
Monochromatic Colors of #3AF902
Black with #3AF902
Text Example
Text Example
White with #3AF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF902; }
p { color: rgb(58,249,2); }
H1.HeaderClassName
{
color: #3AF902;
}
.AnyTagClassName
{
color: #3AF902;
}
</style>
background-color css
<style>
a { background-color: #3AF902; }
a { background-color: rgb(58,249,2); }
div.DivClassName
{
background-color: #3AF902;
}
.BgClassName
{
background-color: #3AF902;
}
</style>
border-color css
<style>
span { border-color: #3AF902; }
span { border-color: rgb(58,249,2); }
td.TdClassName
{
border-color: #3AF902;
}
.TagClassName
{
border-color: #3AF902;
}
</style>