Shades of Harlequin #3CDB00
Tints of Harlequin #3CDB00
RGB
CMYK
RGB Variations
Color information
#3CDB00 (or 0x3CDB00) is known color: Harlequin. HEX triplet: 3C, DB and 00. RGB value is (60,219,0). Sum of RGB (Red+Green+Blue) = 60+219+0=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDB00 is #C324FF. Grayscale: #939393. Windows color (decimal): -12788992 or 56124. OLE color: 56124.
HSL color Cylindrical-coordinate representation of color #3CDB00: hue angle of 103.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CDB00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.14 |
| HSL | 103.56º | 1% | 0.43% | - |
| HSV(B) | 103.56º | 1% | 0.86% | - |
| XYZ | 27.2 | 51.62 | 8.53 | - |
| YUV | 146.49 | 45.32 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 0 | 0.73 | 0 | 1 | 0.14 | 103.56 | 1 | 0.43 |
| Hex | 3C | DB | 0 | 49 | 0 | 64 | E | 68 | 64 | 2B |
| Octal | 74 | 333 | 0 | 111 | 0 | 144 | 16 | 150 | 144 | 53 |
| Binary | 111100 | 11011011 | 0 | 1001001 | 0 | 1100100 | 1110 | 1101000 | 1100100 | 101011 |
Color Harmonies of #3CDB00
Complementary color
Monochromatic Colors of #3CDB00
Black with #3CDB00
Text Example
Text Example
White with #3CDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB00; }
p { color: rgb(60,219,0); }
H1.HeaderClassName
{
color: #3CDB00;
}
.AnyTagClassName
{
color: #3CDB00;
}
</style>
background-color css
<style>
a { background-color: #3CDB00; }
a { background-color: rgb(60,219,0); }
div.DivClassName
{
background-color: #3CDB00;
}
.BgClassName
{
background-color: #3CDB00;
}
</style>
border-color css
<style>
span { border-color: #3CDB00; }
span { border-color: rgb(60,219,0); }
td.TdClassName
{
border-color: #3CDB00;
}
.TagClassName
{
border-color: #3CDB00;
}
</style>