Shades of Harlequin #3CED03
Tints of Harlequin #3CED03
RGB
CMYK
RGB Variations
Color information
#3CED03 (or 0x3CED03) is known color: Harlequin. HEX triplet: 3C, ED and 03. RGB value is (60,237,3). Sum of RGB (Red+Green+Blue) = 60+237+3=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 237 (92.97% from 255 or 79% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CED03 is #C312FC. Grayscale: #9E9E9E. Windows color (decimal): -12784381 or 257340. OLE color: 257340.
HSL color Cylindrical-coordinate representation of color #3CED03: hue angle of 105.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CED03 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.07 |
| HSL | 105.38º | 0.98% | 0.47% | - |
| HSV(B) | 105.38º | 0.99% | 0.93% | - |
| XYZ | 32.16 | 61.54 | 10.27 | - |
| YUV | 157.4 | 40.86 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 3 | 0.75 | 0 | 0.99 | 0.07 | 105.38 | 0.98 | 0.47 |
| Hex | 3C | ED | 3 | 4B | 0 | 63 | 7 | 69 | 62 | 2F |
| Octal | 74 | 355 | 3 | 113 | 0 | 143 | 7 | 151 | 142 | 57 |
| Binary | 111100 | 11101101 | 11 | 1001011 | 0 | 1100011 | 111 | 1101001 | 1100010 | 101111 |
Color Harmonies of #3CED03
Complementary color
Monochromatic Colors of #3CED03
Black with #3CED03
Text Example
Text Example
White with #3CED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED03; }
p { color: rgb(60,237,3); }
H1.HeaderClassName
{
color: #3CED03;
}
.AnyTagClassName
{
color: #3CED03;
}
</style>
background-color css
<style>
a { background-color: #3CED03; }
a { background-color: rgb(60,237,3); }
div.DivClassName
{
background-color: #3CED03;
}
.BgClassName
{
background-color: #3CED03;
}
</style>
border-color css
<style>
span { border-color: #3CED03; }
span { border-color: rgb(60,237,3); }
td.TdClassName
{
border-color: #3CED03;
}
.TagClassName
{
border-color: #3CED03;
}
</style>