Shades of Harlequin #3CE510
Tints of Harlequin #3CE510
RGB
CMYK
RGB Variations
Color information
#3CE510 (or 0x3CE510) is known color: Harlequin. HEX triplet: 3C, E5 and 10. RGB value is (60,229,16). Sum of RGB (Red+Green+Blue) = 60+229+16=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 229 (89.84% from 255 or 75.08% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE510 is #C31AEF. Grayscale: #9A9A9A. Windows color (decimal): -12786416 or 1107260. OLE color: 1107260.
HSL color Cylindrical-coordinate representation of color #3CE510: hue angle of 107.61º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CE510 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 16 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.10 |
| HSL | 107.61º | 0.87% | 0.48% | - |
| HSV(B) | 107.61º | 0.93% | 0.9% | - |
| XYZ | 29.98 | 57.04 | 9.92 | - |
| YUV | 154.19 | 50.01 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 16 | 0.74 | 0 | 0.93 | 0.10 | 107.61 | 0.87 | 0.48 |
| Hex | 3C | E5 | 10 | 4A | 0 | 5D | A | 6C | 57 | 30 |
| Octal | 74 | 345 | 20 | 112 | 0 | 135 | 12 | 154 | 127 | 60 |
| Binary | 111100 | 11100101 | 10000 | 1001010 | 0 | 1011101 | 1010 | 1101100 | 1010111 | 110000 |
Color Harmonies of #3CE510
Complementary color
Monochromatic Colors of #3CE510
Black with #3CE510
Text Example
Text Example
White with #3CE510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE510; }
p { color: rgb(60,229,16); }
H1.HeaderClassName
{
color: #3CE510;
}
.AnyTagClassName
{
color: #3CE510;
}
</style>
background-color css
<style>
a { background-color: #3CE510; }
a { background-color: rgb(60,229,16); }
div.DivClassName
{
background-color: #3CE510;
}
.BgClassName
{
background-color: #3CE510;
}
</style>
border-color css
<style>
span { border-color: #3CE510; }
span { border-color: rgb(60,229,16); }
td.TdClassName
{
border-color: #3CE510;
}
.TagClassName
{
border-color: #3CE510;
}
</style>