Shades of Harlequin #3AFC1B
Tints of Harlequin #3AFC1B
RGB
CMYK
RGB Variations
Color information
#3AFC1B (or 0x3AFC1B) is known color: Harlequin. HEX triplet: 3A, FC and 1B. RGB value is (58,252,27). Sum of RGB (Red+Green+Blue) = 58+252+27=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC1B is #C503E4. Grayscale: #A9A9A9. Windows color (decimal): -12911589 or 1834042. OLE color: 1834042.
HSL color Cylindrical-coordinate representation of color #3AFC1B: hue angle of 111.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AFC1B is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 27 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.01 |
| HSL | 111.73º | 0.97% | 0.55% | - |
| HSV(B) | 111.73º | 0.89% | 0.99% | - |
| XYZ | 36.75 | 70.6 | 12.73 | - |
| YUV | 168.34 | 48.23 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 27 | 0.77 | 0 | 0.89 | 0.01 | 111.73 | 0.97 | 0.55 |
| Hex | 3A | FC | 1B | 4D | 0 | 59 | 1 | 70 | 61 | 37 |
| Octal | 72 | 374 | 33 | 115 | 0 | 131 | 1 | 160 | 141 | 67 |
| Binary | 111010 | 11111100 | 11011 | 1001101 | 0 | 1011001 | 1 | 1110000 | 1100001 | 110111 |
Color Harmonies of #3AFC1B
Complementary color
Monochromatic Colors of #3AFC1B
Black with #3AFC1B
Text Example
Text Example
White with #3AFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC1B; }
p { color: rgb(58,252,27); }
H1.HeaderClassName
{
color: #3AFC1B;
}
.AnyTagClassName
{
color: #3AFC1B;
}
</style>
background-color css
<style>
a { background-color: #3AFC1B; }
a { background-color: rgb(58,252,27); }
div.DivClassName
{
background-color: #3AFC1B;
}
.BgClassName
{
background-color: #3AFC1B;
}
</style>
border-color css
<style>
span { border-color: #3AFC1B; }
span { border-color: rgb(58,252,27); }
td.TdClassName
{
border-color: #3AFC1B;
}
.TagClassName
{
border-color: #3AFC1B;
}
</style>