Shades of Harlequin #3CDD0B
Tints of Harlequin #3CDD0B
RGB
CMYK
RGB Variations
Color information
#3CDD0B (or 0x3CDD0B) is known color: Harlequin. HEX triplet: 3C, DD and 0B. RGB value is (60,221,11). Sum of RGB (Red+Green+Blue) = 60+221+11=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDD0B is #C322F4. Grayscale: #959595. Windows color (decimal): -12788469 or 777532. OLE color: 777532.
HSL color Cylindrical-coordinate representation of color #3CDD0B: hue angle of 106º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CDD0B is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 11 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.13 |
| HSL | 106º | 0.91% | 0.45% | - |
| HSV(B) | 106º | 0.95% | 0.87% | - |
| XYZ | 27.78 | 52.7 | 9.02 | - |
| YUV | 148.92 | 50.16 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 11 | 0.73 | 0 | 0.95 | 0.13 | 106 | 0.91 | 0.45 |
| Hex | 3C | DD | B | 49 | 0 | 5F | D | 6A | 5B | 2D |
| Octal | 74 | 335 | 13 | 111 | 0 | 137 | 15 | 152 | 133 | 55 |
| Binary | 111100 | 11011101 | 1011 | 1001001 | 0 | 1011111 | 1101 | 1101010 | 1011011 | 101101 |
Color Harmonies of #3CDD0B
Complementary color
Monochromatic Colors of #3CDD0B
Black with #3CDD0B
Text Example
Text Example
White with #3CDD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD0B; }
p { color: rgb(60,221,11); }
H1.HeaderClassName
{
color: #3CDD0B;
}
.AnyTagClassName
{
color: #3CDD0B;
}
</style>
background-color css
<style>
a { background-color: #3CDD0B; }
a { background-color: rgb(60,221,11); }
div.DivClassName
{
background-color: #3CDD0B;
}
.BgClassName
{
background-color: #3CDD0B;
}
</style>
border-color css
<style>
span { border-color: #3CDD0B; }
span { border-color: rgb(60,221,11); }
td.TdClassName
{
border-color: #3CDD0B;
}
.TagClassName
{
border-color: #3CDD0B;
}
</style>