Shades of Harlequin #3CDA02
Tints of Harlequin #3CDA02
RGB
CMYK
RGB Variations
Color information
#3CDA02 (or 0x3CDA02) is known color: Harlequin. HEX triplet: 3C, DA and 02. RGB value is (60,218,2). Sum of RGB (Red+Green+Blue) = 60+218+2=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 218 (85.55% from 255 or 77.86% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDA02 is #C325FD. Grayscale: #929292. Windows color (decimal): -12789246 or 186940. OLE color: 186940.
HSL color Cylindrical-coordinate representation of color #3CDA02: hue angle of 103.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CDA02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.15 |
| HSL | 103.89º | 0.98% | 0.43% | - |
| HSV(B) | 103.89º | 0.99% | 0.85% | - |
| XYZ | 26.95 | 51.11 | 8.5 | - |
| YUV | 146.13 | 46.65 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 2 | 0.72 | 0 | 0.99 | 0.15 | 103.89 | 0.98 | 0.43 |
| Hex | 3C | DA | 2 | 48 | 0 | 63 | F | 68 | 62 | 2B |
| Octal | 74 | 332 | 2 | 110 | 0 | 143 | 17 | 150 | 142 | 53 |
| Binary | 111100 | 11011010 | 10 | 1001000 | 0 | 1100011 | 1111 | 1101000 | 1100010 | 101011 |
Color Harmonies of #3CDA02
Complementary color
Monochromatic Colors of #3CDA02
Black with #3CDA02
Text Example
Text Example
White with #3CDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA02; }
p { color: rgb(60,218,2); }
H1.HeaderClassName
{
color: #3CDA02;
}
.AnyTagClassName
{
color: #3CDA02;
}
</style>
background-color css
<style>
a { background-color: #3CDA02; }
a { background-color: rgb(60,218,2); }
div.DivClassName
{
background-color: #3CDA02;
}
.BgClassName
{
background-color: #3CDA02;
}
</style>
border-color css
<style>
span { border-color: #3CDA02; }
span { border-color: rgb(60,218,2); }
td.TdClassName
{
border-color: #3CDA02;
}
.TagClassName
{
border-color: #3CDA02;
}
</style>