Shades of Harlequin #3AFC03
Tints of Harlequin #3AFC03
RGB
CMYK
RGB Variations
Color information
#3AFC03 (or 0x3AFC03) is known color: Harlequin. HEX triplet: 3A, FC and 03. RGB value is (58,252,3). Sum of RGB (Red+Green+Blue) = 58+252+3=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 252 (98.83% from 255 or 80.51% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC03 is #C503FC. Grayscale: #A6A6A6. Windows color (decimal): -12911613 or 261178. OLE color: 261178.
HSL color Cylindrical-coordinate representation of color #3AFC03: hue angle of 106.75º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AFC03 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 3 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.01 |
| HSL | 106.75º | 0.98% | 0.5% | - |
| HSV(B) | 106.75º | 0.99% | 0.99% | - |
| XYZ | 36.57 | 70.53 | 11.77 | - |
| YUV | 165.61 | 36.23 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 3 | 0.77 | 0 | 0.99 | 0.01 | 106.75 | 0.98 | 0.5 |
| Hex | 3A | FC | 3 | 4D | 0 | 63 | 1 | 6B | 62 | 32 |
| Octal | 72 | 374 | 3 | 115 | 0 | 143 | 1 | 153 | 142 | 62 |
| Binary | 111010 | 11111100 | 11 | 1001101 | 0 | 1100011 | 1 | 1101011 | 1100010 | 110010 |
Color Harmonies of #3AFC03
Complementary color
Monochromatic Colors of #3AFC03
Black with #3AFC03
Text Example
Text Example
White with #3AFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC03; }
p { color: rgb(58,252,3); }
H1.HeaderClassName
{
color: #3AFC03;
}
.AnyTagClassName
{
color: #3AFC03;
}
</style>
background-color css
<style>
a { background-color: #3AFC03; }
a { background-color: rgb(58,252,3); }
div.DivClassName
{
background-color: #3AFC03;
}
.BgClassName
{
background-color: #3AFC03;
}
</style>
border-color css
<style>
span { border-color: #3AFC03; }
span { border-color: rgb(58,252,3); }
td.TdClassName
{
border-color: #3AFC03;
}
.TagClassName
{
border-color: #3AFC03;
}
</style>