Shades of Harlequin #3CE505
Tints of Harlequin #3CE505
RGB
CMYK
RGB Variations
Color information
#3CE505 (or 0x3CE505) is known color: Harlequin. HEX triplet: 3C, E5 and 05. RGB value is (60,229,5). Sum of RGB (Red+Green+Blue) = 60+229+5=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 229 (89.84% from 255 or 77.89% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE505 is #C31AFA. Grayscale: #999999. Windows color (decimal): -12786427 or 386364. OLE color: 386364.
HSL color Cylindrical-coordinate representation of color #3CE505: hue angle of 105.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CE505 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.10 |
| HSL | 105.27º | 0.96% | 0.46% | - |
| HSV(B) | 105.27º | 0.98% | 0.9% | - |
| XYZ | 29.91 | 57.01 | 9.57 | - |
| YUV | 152.93 | 44.51 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 5 | 0.74 | 0 | 0.98 | 0.10 | 105.27 | 0.96 | 0.46 |
| Hex | 3C | E5 | 5 | 4A | 0 | 62 | A | 69 | 60 | 2E |
| Octal | 74 | 345 | 5 | 112 | 0 | 142 | 12 | 151 | 140 | 56 |
| Binary | 111100 | 11100101 | 101 | 1001010 | 0 | 1100010 | 1010 | 1101001 | 1100000 | 101110 |
Color Harmonies of #3CE505
Complementary color
Monochromatic Colors of #3CE505
Black with #3CE505
Text Example
Text Example
White with #3CE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE505; }
p { color: rgb(60,229,5); }
H1.HeaderClassName
{
color: #3CE505;
}
.AnyTagClassName
{
color: #3CE505;
}
</style>
background-color css
<style>
a { background-color: #3CE505; }
a { background-color: rgb(60,229,5); }
div.DivClassName
{
background-color: #3CE505;
}
.BgClassName
{
background-color: #3CE505;
}
</style>
border-color css
<style>
span { border-color: #3CE505; }
span { border-color: rgb(60,229,5); }
td.TdClassName
{
border-color: #3CE505;
}
.TagClassName
{
border-color: #3CE505;
}
</style>