Shades of Harlequin #3CDB05
Tints of Harlequin #3CDB05
RGB
CMYK
RGB Variations
Color information
#3CDB05 (or 0x3CDB05) is known color: Harlequin. HEX triplet: 3C, DB and 05. RGB value is (60,219,5). Sum of RGB (Red+Green+Blue) = 60+219+5=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 219 (85.94% from 255 or 77.11% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDB05 is #C324FA. Grayscale: #939393. Windows color (decimal): -12788987 or 383804. OLE color: 383804.
HSL color Cylindrical-coordinate representation of color #3CDB05: hue angle of 104.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CDB05 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 5 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.14 |
| HSL | 104.58º | 0.96% | 0.44% | - |
| HSV(B) | 104.58º | 0.98% | 0.86% | - |
| XYZ | 27.22 | 51.63 | 8.68 | - |
| YUV | 147.06 | 47.82 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 5 | 0.73 | 0 | 0.98 | 0.14 | 104.58 | 0.96 | 0.44 |
| Hex | 3C | DB | 5 | 49 | 0 | 62 | E | 69 | 60 | 2C |
| Octal | 74 | 333 | 5 | 111 | 0 | 142 | 16 | 151 | 140 | 54 |
| Binary | 111100 | 11011011 | 101 | 1001001 | 0 | 1100010 | 1110 | 1101001 | 1100000 | 101100 |
Color Harmonies of #3CDB05
Complementary color
Monochromatic Colors of #3CDB05
Black with #3CDB05
Text Example
Text Example
White with #3CDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB05; }
p { color: rgb(60,219,5); }
H1.HeaderClassName
{
color: #3CDB05;
}
.AnyTagClassName
{
color: #3CDB05;
}
</style>
background-color css
<style>
a { background-color: #3CDB05; }
a { background-color: rgb(60,219,5); }
div.DivClassName
{
background-color: #3CDB05;
}
.BgClassName
{
background-color: #3CDB05;
}
</style>
border-color css
<style>
span { border-color: #3CDB05; }
span { border-color: rgb(60,219,5); }
td.TdClassName
{
border-color: #3CDB05;
}
.TagClassName
{
border-color: #3CDB05;
}
</style>