Shades of Harlequin #3CE812
Tints of Harlequin #3CE812
RGB
CMYK
RGB Variations
Color information
#3CE812 (or 0x3CE812) is known color: Harlequin. HEX triplet: 3C, E8 and 12. RGB value is (60,232,18). Sum of RGB (Red+Green+Blue) = 60+232+18=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE812 is #C317ED. Grayscale: #9C9C9C. Windows color (decimal): -12785646 or 1239100. OLE color: 1239100.
HSL color Cylindrical-coordinate representation of color #3CE812: hue angle of 108.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CE812 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 18 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.09 |
| HSL | 108.22º | 0.86% | 0.49% | - |
| HSV(B) | 108.22º | 0.92% | 0.91% | - |
| XYZ | 30.83 | 58.72 | 10.28 | - |
| YUV | 156.18 | 50.02 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 18 | 0.74 | 0 | 0.92 | 0.09 | 108.22 | 0.86 | 0.49 |
| Hex | 3C | E8 | 12 | 4A | 0 | 5C | 9 | 6C | 56 | 31 |
| Octal | 74 | 350 | 22 | 112 | 0 | 134 | 11 | 154 | 126 | 61 |
| Binary | 111100 | 11101000 | 10010 | 1001010 | 0 | 1011100 | 1001 | 1101100 | 1010110 | 110001 |
Color Harmonies of #3CE812
Complementary color
Monochromatic Colors of #3CE812
Black with #3CE812
Text Example
Text Example
White with #3CE812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE812; }
p { color: rgb(60,232,18); }
H1.HeaderClassName
{
color: #3CE812;
}
.AnyTagClassName
{
color: #3CE812;
}
</style>
background-color css
<style>
a { background-color: #3CE812; }
a { background-color: rgb(60,232,18); }
div.DivClassName
{
background-color: #3CE812;
}
.BgClassName
{
background-color: #3CE812;
}
</style>
border-color css
<style>
span { border-color: #3CE812; }
span { border-color: rgb(60,232,18); }
td.TdClassName
{
border-color: #3CE812;
}
.TagClassName
{
border-color: #3CE812;
}
</style>