Shades of Harlequin #3AFC02
Tints of Harlequin #3AFC02
RGB
CMYK
RGB Variations
Color information
#3AFC02 (or 0x3AFC02) is known color: Harlequin. HEX triplet: 3A, FC and 02. RGB value is (58,252,2). Sum of RGB (Red+Green+Blue) = 58+252+2=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 252 (98.83% from 255 or 80.77% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC02 is #C503FD. Grayscale: #A6A6A6. Windows color (decimal): -12911614 or 195642. OLE color: 195642.
HSL color Cylindrical-coordinate representation of color #3AFC02: hue angle of 106.56º 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 #3AFC02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.01 |
| HSL | 106.56º | 0.98% | 0.5% | - |
| HSV(B) | 106.56º | 0.99% | 0.99% | - |
| XYZ | 36.57 | 70.52 | 11.74 | - |
| YUV | 165.49 | 35.73 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 2 | 0.77 | 0 | 0.99 | 0.01 | 106.56 | 0.98 | 0.5 |
| Hex | 3A | FC | 2 | 4D | 0 | 63 | 1 | 6B | 62 | 32 |
| Octal | 72 | 374 | 2 | 115 | 0 | 143 | 1 | 153 | 142 | 62 |
| Binary | 111010 | 11111100 | 10 | 1001101 | 0 | 1100011 | 1 | 1101011 | 1100010 | 110010 |
Color Harmonies of #3AFC02
Complementary color
Monochromatic Colors of #3AFC02
Black with #3AFC02
Text Example
Text Example
White with #3AFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC02; }
p { color: rgb(58,252,2); }
H1.HeaderClassName
{
color: #3AFC02;
}
.AnyTagClassName
{
color: #3AFC02;
}
</style>
background-color css
<style>
a { background-color: #3AFC02; }
a { background-color: rgb(58,252,2); }
div.DivClassName
{
background-color: #3AFC02;
}
.BgClassName
{
background-color: #3AFC02;
}
</style>
border-color css
<style>
span { border-color: #3AFC02; }
span { border-color: rgb(58,252,2); }
td.TdClassName
{
border-color: #3AFC02;
}
.TagClassName
{
border-color: #3AFC02;
}
</style>