Shades of Harlequin #3CED0E
Tints of Harlequin #3CED0E
RGB
CMYK
RGB Variations
Color information
#3CED0E (or 0x3CED0E) is known color: Harlequin. HEX triplet: 3C, ED and 0E. RGB value is (60,237,14). Sum of RGB (Red+Green+Blue) = 60+237+14=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 237 (92.97% from 255 or 76.21% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CED0E is #C312F1. Grayscale: #9F9F9F. Windows color (decimal): -12784370 or 978236. OLE color: 978236.
HSL color Cylindrical-coordinate representation of color #3CED0E: hue angle of 107.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CED0E is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 14 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.07 |
| HSL | 107.62º | 0.89% | 0.49% | - |
| HSV(B) | 107.62º | 0.94% | 0.93% | - |
| XYZ | 32.23 | 61.56 | 10.6 | - |
| YUV | 158.66 | 46.36 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 14 | 0.75 | 0 | 0.94 | 0.07 | 107.62 | 0.89 | 0.49 |
| Hex | 3C | ED | E | 4B | 0 | 5E | 7 | 6C | 59 | 31 |
| Octal | 74 | 355 | 16 | 113 | 0 | 136 | 7 | 154 | 131 | 61 |
| Binary | 111100 | 11101101 | 1110 | 1001011 | 0 | 1011110 | 111 | 1101100 | 1011001 | 110001 |
Color Harmonies of #3CED0E
Complementary color
Monochromatic Colors of #3CED0E
Black with #3CED0E
Text Example
Text Example
White with #3CED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED0E; }
p { color: rgb(60,237,14); }
H1.HeaderClassName
{
color: #3CED0E;
}
.AnyTagClassName
{
color: #3CED0E;
}
</style>
background-color css
<style>
a { background-color: #3CED0E; }
a { background-color: rgb(60,237,14); }
div.DivClassName
{
background-color: #3CED0E;
}
.BgClassName
{
background-color: #3CED0E;
}
</style>
border-color css
<style>
span { border-color: #3CED0E; }
span { border-color: rgb(60,237,14); }
td.TdClassName
{
border-color: #3CED0E;
}
.TagClassName
{
border-color: #3CED0E;
}
</style>