Shades of Harlequin #3AFE03
Tints of Harlequin #3AFE03
RGB
CMYK
RGB Variations
Color information
#3AFE03 (or 0x3AFE03) is known color: Harlequin. HEX triplet: 3A, FE and 03. RGB value is (58,254,3). Sum of RGB (Red+Green+Blue) = 58+254+3=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 254 (99.61% from 255 or 80.63% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFE03 is #C501FC. Grayscale: #A7A7A7. Windows color (decimal): -12911101 or 261690. OLE color: 261690.
HSL color Cylindrical-coordinate representation of color #3AFE03: hue angle of 106.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AFE03 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 3 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.00 |
| HSL | 106.85º | 0.99% | 0.5% | - |
| HSV(B) | 106.85º | 0.99% | 1% | - |
| XYZ | 37.2 | 71.79 | 11.98 | - |
| YUV | 166.78 | 35.57 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 3 | 0.77 | 0 | 0.99 | 0.00 | 106.85 | 0.99 | 0.5 |
| Hex | 3A | FE | 3 | 4D | 0 | 63 | 0 | 6B | 63 | 32 |
| Octal | 72 | 376 | 3 | 115 | 0 | 143 | 0 | 153 | 143 | 62 |
| Binary | 111010 | 11111110 | 11 | 1001101 | 0 | 1100011 | 0 | 1101011 | 1100011 | 110010 |
Color Harmonies of #3AFE03
Complementary color
Monochromatic Colors of #3AFE03
Black with #3AFE03
Text Example
Text Example
White with #3AFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE03; }
p { color: rgb(58,254,3); }
H1.HeaderClassName
{
color: #3AFE03;
}
.AnyTagClassName
{
color: #3AFE03;
}
</style>
background-color css
<style>
a { background-color: #3AFE03; }
a { background-color: rgb(58,254,3); }
div.DivClassName
{
background-color: #3AFE03;
}
.BgClassName
{
background-color: #3AFE03;
}
</style>
border-color css
<style>
span { border-color: #3AFE03; }
span { border-color: rgb(58,254,3); }
td.TdClassName
{
border-color: #3AFE03;
}
.TagClassName
{
border-color: #3AFE03;
}
</style>