Shades of Harlequin #3AF30F
Tints of Harlequin #3AF30F
RGB
CMYK
RGB Variations
Color information
#3AF30F (or 0x3AF30F) is known color: Harlequin. HEX triplet: 3A, F3 and 0F. RGB value is (58,243,15). Sum of RGB (Red+Green+Blue) = 58+243+15=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 243 (95.31% from 255 or 76.90% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF30F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF30F is #C50CF0. Grayscale: #A2A2A2. Windows color (decimal): -12913905 or 1045306. OLE color: 1045306.
HSL color Cylindrical-coordinate representation of color #3AF30F: hue angle of 108.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AF30F is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 15 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.05 |
| HSL | 108.68º | 0.9% | 0.51% | - |
| HSV(B) | 108.68º | 0.94% | 0.95% | - |
| XYZ | 33.88 | 65.04 | 11.22 | - |
| YUV | 161.69 | 45.21 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 15 | 0.76 | 0 | 0.94 | 0.05 | 108.68 | 0.9 | 0.51 |
| Hex | 3A | F3 | F | 4C | 0 | 5E | 5 | 6D | 5A | 33 |
| Octal | 72 | 363 | 17 | 114 | 0 | 136 | 5 | 155 | 132 | 63 |
| Binary | 111010 | 11110011 | 1111 | 1001100 | 0 | 1011110 | 101 | 1101101 | 1011010 | 110011 |
Color Harmonies of #3AF30F
Complementary color
Monochromatic Colors of #3AF30F
Black with #3AF30F
Text Example
Text Example
White with #3AF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF30F; }
p { color: rgb(58,243,15); }
H1.HeaderClassName
{
color: #3AF30F;
}
.AnyTagClassName
{
color: #3AF30F;
}
</style>
background-color css
<style>
a { background-color: #3AF30F; }
a { background-color: rgb(58,243,15); }
div.DivClassName
{
background-color: #3AF30F;
}
.BgClassName
{
background-color: #3AF30F;
}
</style>
border-color css
<style>
span { border-color: #3AF30F; }
span { border-color: rgb(58,243,15); }
td.TdClassName
{
border-color: #3AF30F;
}
.TagClassName
{
border-color: #3AF30F;
}
</style>