Shades of Harlequin #3CDA00
Tints of Harlequin #3CDA00
RGB
CMYK
RGB Variations
Color information
#3CDA00 (or 0x3CDA00) is known color: Harlequin. HEX triplet: 3C, DA and 00. RGB value is (60,218,0). Sum of RGB (Red+Green+Blue) = 60+218+0=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDA00 is #C325FF. Grayscale: #929292. Windows color (decimal): -12789248 or 55868. OLE color: 55868.
HSL color Cylindrical-coordinate representation of color #3CDA00: hue angle of 103.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CDA00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.15 |
| HSL | 103.49º | 1% | 0.43% | - |
| HSV(B) | 103.49º | 1% | 0.85% | - |
| XYZ | 26.93 | 51.1 | 8.44 | - |
| YUV | 145.91 | 45.65 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 0 | 0.72 | 0 | 1 | 0.15 | 103.49 | 1 | 0.43 |
| Hex | 3C | DA | 0 | 48 | 0 | 64 | F | 67 | 64 | 2B |
| Octal | 74 | 332 | 0 | 110 | 0 | 144 | 17 | 147 | 144 | 53 |
| Binary | 111100 | 11011010 | 0 | 1001000 | 0 | 1100100 | 1111 | 1100111 | 1100100 | 101011 |
Color Harmonies of #3CDA00
Complementary color
Monochromatic Colors of #3CDA00
Black with #3CDA00
Text Example
Text Example
White with #3CDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA00; }
p { color: rgb(60,218,0); }
H1.HeaderClassName
{
color: #3CDA00;
}
.AnyTagClassName
{
color: #3CDA00;
}
</style>
background-color css
<style>
a { background-color: #3CDA00; }
a { background-color: rgb(60,218,0); }
div.DivClassName
{
background-color: #3CDA00;
}
.BgClassName
{
background-color: #3CDA00;
}
</style>
border-color css
<style>
span { border-color: #3CDA00; }
span { border-color: rgb(60,218,0); }
td.TdClassName
{
border-color: #3CDA00;
}
.TagClassName
{
border-color: #3CDA00;
}
</style>