Shades of Harlequin #3CF513
Tints of Harlequin #3CF513
RGB
CMYK
RGB Variations
Color information
#3CF513 (or 0x3CF513) is known color: Harlequin. HEX triplet: 3C, F5 and 13. RGB value is (60,245,19). Sum of RGB (Red+Green+Blue) = 60+245+19=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 245 (96.09% from 255 or 75.62% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF513 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF513 is #C30AEC. Grayscale: #A4A4A4. Windows color (decimal): -12782317 or 1307964. OLE color: 1307964.
HSL color Cylindrical-coordinate representation of color #3CF513: hue angle of 109.12º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CF513 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 19 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.04 |
| HSL | 109.12º | 0.92% | 0.52% | - |
| HSV(B) | 109.12º | 0.92% | 0.96% | - |
| XYZ | 34.63 | 66.31 | 11.59 | - |
| YUV | 163.92 | 46.21 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 19 | 0.76 | 0 | 0.92 | 0.04 | 109.12 | 0.92 | 0.52 |
| Hex | 3C | F5 | 13 | 4C | 0 | 5C | 4 | 6D | 5C | 34 |
| Octal | 74 | 365 | 23 | 114 | 0 | 134 | 4 | 155 | 134 | 64 |
| Binary | 111100 | 11110101 | 10011 | 1001100 | 0 | 1011100 | 100 | 1101101 | 1011100 | 110100 |
Color Harmonies of #3CF513
Complementary color
Monochromatic Colors of #3CF513
Black with #3CF513
Text Example
Text Example
White with #3CF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF513; }
p { color: rgb(60,245,19); }
H1.HeaderClassName
{
color: #3CF513;
}
.AnyTagClassName
{
color: #3CF513;
}
</style>
background-color css
<style>
a { background-color: #3CF513; }
a { background-color: rgb(60,245,19); }
div.DivClassName
{
background-color: #3CF513;
}
.BgClassName
{
background-color: #3CF513;
}
</style>
border-color css
<style>
span { border-color: #3CF513; }
span { border-color: rgb(60,245,19); }
td.TdClassName
{
border-color: #3CF513;
}
.TagClassName
{
border-color: #3CF513;
}
</style>