Shades of Harlequin #3CDB08
Tints of Harlequin #3CDB08
RGB
CMYK
RGB Variations
Color information
#3CDB08 (or 0x3CDB08) is known color: Harlequin. HEX triplet: 3C, DB and 08. RGB value is (60,219,8). Sum of RGB (Red+Green+Blue) = 60+219+8=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 219 (85.94% from 255 or 76.31% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDB08 is #C324F7. Grayscale: #949494. Windows color (decimal): -12788984 or 580412. OLE color: 580412.
HSL color Cylindrical-coordinate representation of color #3CDB08: hue angle of 105.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CDB08 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 8 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.14 |
| HSL | 105.21º | 0.93% | 0.45% | - |
| HSV(B) | 105.21º | 0.96% | 0.86% | - |
| XYZ | 27.24 | 51.64 | 8.76 | - |
| YUV | 147.41 | 49.32 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 8 | 0.73 | 0 | 0.96 | 0.14 | 105.21 | 0.93 | 0.45 |
| Hex | 3C | DB | 8 | 49 | 0 | 60 | E | 69 | 5D | 2D |
| Octal | 74 | 333 | 10 | 111 | 0 | 140 | 16 | 151 | 135 | 55 |
| Binary | 111100 | 11011011 | 1000 | 1001001 | 0 | 1100000 | 1110 | 1101001 | 1011101 | 101101 |
Color Harmonies of #3CDB08
Complementary color
Monochromatic Colors of #3CDB08
Black with #3CDB08
Text Example
Text Example
White with #3CDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB08; }
p { color: rgb(60,219,8); }
H1.HeaderClassName
{
color: #3CDB08;
}
.AnyTagClassName
{
color: #3CDB08;
}
</style>
background-color css
<style>
a { background-color: #3CDB08; }
a { background-color: rgb(60,219,8); }
div.DivClassName
{
background-color: #3CDB08;
}
.BgClassName
{
background-color: #3CDB08;
}
</style>
border-color css
<style>
span { border-color: #3CDB08; }
span { border-color: rgb(60,219,8); }
td.TdClassName
{
border-color: #3CDB08;
}
.TagClassName
{
border-color: #3CDB08;
}
</style>