Shades of Harlequin #3CE513
Tints of Harlequin #3CE513
RGB
CMYK
RGB Variations
Color information
#3CE513 (or 0x3CE513) is known color: Harlequin. HEX triplet: 3C, E5 and 13. RGB value is (60,229,19). Sum of RGB (Red+Green+Blue) = 60+229+19=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 229 (89.84% from 255 or 74.35% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE513 is #C31AEC. Grayscale: #9B9B9B. Windows color (decimal): -12786413 or 1303868. OLE color: 1303868.
HSL color Cylindrical-coordinate representation of color #3CE513: hue angle of 108.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CE513 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 19 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.10 |
| HSL | 108.29º | 0.85% | 0.49% | - |
| HSV(B) | 108.29º | 0.92% | 0.9% | - |
| XYZ | 30 | 57.05 | 10.05 | - |
| YUV | 154.53 | 51.51 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 19 | 0.74 | 0 | 0.92 | 0.10 | 108.29 | 0.85 | 0.49 |
| Hex | 3C | E5 | 13 | 4A | 0 | 5C | A | 6C | 55 | 31 |
| Octal | 74 | 345 | 23 | 112 | 0 | 134 | 12 | 154 | 125 | 61 |
| Binary | 111100 | 11100101 | 10011 | 1001010 | 0 | 1011100 | 1010 | 1101100 | 1010101 | 110001 |
Color Harmonies of #3CE513
Complementary color
Monochromatic Colors of #3CE513
Black with #3CE513
Text Example
Text Example
White with #3CE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE513; }
p { color: rgb(60,229,19); }
H1.HeaderClassName
{
color: #3CE513;
}
.AnyTagClassName
{
color: #3CE513;
}
</style>
background-color css
<style>
a { background-color: #3CE513; }
a { background-color: rgb(60,229,19); }
div.DivClassName
{
background-color: #3CE513;
}
.BgClassName
{
background-color: #3CE513;
}
</style>
border-color css
<style>
span { border-color: #3CE513; }
span { border-color: rgb(60,229,19); }
td.TdClassName
{
border-color: #3CE513;
}
.TagClassName
{
border-color: #3CE513;
}
</style>