Shades of Harlequin #3CFA03
Tints of Harlequin #3CFA03
RGB
CMYK
RGB Variations
Color information
#3CFA03 (or 0x3CFA03) is known color: Harlequin. HEX triplet: 3C, FA and 03. RGB value is (60,250,3). Sum of RGB (Red+Green+Blue) = 60+250+3=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 250 (98.05% from 255 or 79.87% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFA03 is #C305FC. Grayscale: #A5A5A5. Windows color (decimal): -12781053 or 260668. OLE color: 260668.
HSL color Cylindrical-coordinate representation of color #3CFA03: hue angle of 106.15º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CFA03 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 3 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.02 |
| HSL | 106.15º | 0.98% | 0.5% | - |
| HSV(B) | 106.15º | 0.99% | 0.98% | - |
| XYZ | 36.07 | 69.34 | 11.57 | - |
| YUV | 165.03 | 36.55 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 3 | 0.76 | 0 | 0.99 | 0.02 | 106.15 | 0.98 | 0.5 |
| Hex | 3C | FA | 3 | 4C | 0 | 63 | 2 | 6A | 62 | 32 |
| Octal | 74 | 372 | 3 | 114 | 0 | 143 | 2 | 152 | 142 | 62 |
| Binary | 111100 | 11111010 | 11 | 1001100 | 0 | 1100011 | 10 | 1101010 | 1100010 | 110010 |
Color Harmonies of #3CFA03
Complementary color
Monochromatic Colors of #3CFA03
Black with #3CFA03
Text Example
Text Example
White with #3CFA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA03; }
p { color: rgb(60,250,3); }
H1.HeaderClassName
{
color: #3CFA03;
}
.AnyTagClassName
{
color: #3CFA03;
}
</style>
background-color css
<style>
a { background-color: #3CFA03; }
a { background-color: rgb(60,250,3); }
div.DivClassName
{
background-color: #3CFA03;
}
.BgClassName
{
background-color: #3CFA03;
}
</style>
border-color css
<style>
span { border-color: #3CFA03; }
span { border-color: rgb(60,250,3); }
td.TdClassName
{
border-color: #3CFA03;
}
.TagClassName
{
border-color: #3CFA03;
}
</style>