Shades of Harlequin #3CEB05
Tints of Harlequin #3CEB05
RGB
CMYK
RGB Variations
Color information
#3CEB05 (or 0x3CEB05) is known color: Harlequin. HEX triplet: 3C, EB and 05. RGB value is (60,235,5). Sum of RGB (Red+Green+Blue) = 60+235+5=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 235 (92.19% from 255 or 78.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEB05 is #C314FA. Grayscale: #9D9D9D. Windows color (decimal): -12784891 or 387900. OLE color: 387900.
HSL color Cylindrical-coordinate representation of color #3CEB05: hue angle of 105.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CEB05 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.08 |
| HSL | 105.65º | 0.96% | 0.47% | - |
| HSV(B) | 105.65º | 0.98% | 0.92% | - |
| XYZ | 31.6 | 60.39 | 10.13 | - |
| YUV | 156.46 | 42.52 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 5 | 0.74 | 0 | 0.98 | 0.08 | 105.65 | 0.96 | 0.47 |
| Hex | 3C | EB | 5 | 4A | 0 | 62 | 8 | 6A | 60 | 2F |
| Octal | 74 | 353 | 5 | 112 | 0 | 142 | 10 | 152 | 140 | 57 |
| Binary | 111100 | 11101011 | 101 | 1001010 | 0 | 1100010 | 1000 | 1101010 | 1100000 | 101111 |
Color Harmonies of #3CEB05
Complementary color
Monochromatic Colors of #3CEB05
Black with #3CEB05
Text Example
Text Example
White with #3CEB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEB05; }
p { color: rgb(60,235,5); }
H1.HeaderClassName
{
color: #3CEB05;
}
.AnyTagClassName
{
color: #3CEB05;
}
</style>
background-color css
<style>
a { background-color: #3CEB05; }
a { background-color: rgb(60,235,5); }
div.DivClassName
{
background-color: #3CEB05;
}
.BgClassName
{
background-color: #3CEB05;
}
</style>
border-color css
<style>
span { border-color: #3CEB05; }
span { border-color: rgb(60,235,5); }
td.TdClassName
{
border-color: #3CEB05;
}
.TagClassName
{
border-color: #3CEB05;
}
</style>