Shades of Harlequin #3CE509
Tints of Harlequin #3CE509
RGB
CMYK
RGB Variations
Color information
#3CE509 (or 0x3CE509) is known color: Harlequin. HEX triplet: 3C, E5 and 09. RGB value is (60,229,9). Sum of RGB (Red+Green+Blue) = 60+229+9=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 229 (89.84% from 255 or 76.85% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE509 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE509 is #C31AF6. Grayscale: #9A9A9A. Windows color (decimal): -12786423 or 648508. OLE color: 648508.
HSL color Cylindrical-coordinate representation of color #3CE509: hue angle of 106.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CE509 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 9 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.10 |
| HSL | 106.09º | 0.92% | 0.47% | - |
| HSV(B) | 106.09º | 0.96% | 0.9% | - |
| XYZ | 29.93 | 57.02 | 9.69 | - |
| YUV | 153.39 | 46.51 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 9 | 0.74 | 0 | 0.96 | 0.10 | 106.09 | 0.92 | 0.47 |
| Hex | 3C | E5 | 9 | 4A | 0 | 60 | A | 6A | 5C | 2F |
| Octal | 74 | 345 | 11 | 112 | 0 | 140 | 12 | 152 | 134 | 57 |
| Binary | 111100 | 11100101 | 1001 | 1001010 | 0 | 1100000 | 1010 | 1101010 | 1011100 | 101111 |
Color Harmonies of #3CE509
Complementary color
Monochromatic Colors of #3CE509
Black with #3CE509
Text Example
Text Example
White with #3CE509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE509; }
p { color: rgb(60,229,9); }
H1.HeaderClassName
{
color: #3CE509;
}
.AnyTagClassName
{
color: #3CE509;
}
</style>
background-color css
<style>
a { background-color: #3CE509; }
a { background-color: rgb(60,229,9); }
div.DivClassName
{
background-color: #3CE509;
}
.BgClassName
{
background-color: #3CE509;
}
</style>
border-color css
<style>
span { border-color: #3CE509; }
span { border-color: rgb(60,229,9); }
td.TdClassName
{
border-color: #3CE509;
}
.TagClassName
{
border-color: #3CE509;
}
</style>