Shades of Harlequin #3EFD0C
Tints of Harlequin #3EFD0C
RGB
CMYK
RGB Variations
Color information
#3EFD0C (or 0x3EFD0C) is known color: Harlequin. HEX triplet: 3E, FD and 0C. RGB value is (62,253,12). Sum of RGB (Red+Green+Blue) = 62+253+12=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 253 (99.22% from 255 or 77.37% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFD0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFD0C is #C102F3. Grayscale: #A9A9A9. Windows color (decimal): -12649204 or 851262. OLE color: 851262.
HSL color Cylindrical-coordinate representation of color #3EFD0C: hue angle of 107.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3EFD0C is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 12 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.01 |
| HSL | 107.55º | 0.98% | 0.52% | - |
| HSV(B) | 107.55º | 0.95% | 0.99% | - |
| XYZ | 37.18 | 71.3 | 12.15 | - |
| YUV | 168.42 | 39.72 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 12 | 0.75 | 0 | 0.95 | 0.01 | 107.55 | 0.98 | 0.52 |
| Hex | 3E | FD | C | 4B | 0 | 5F | 1 | 6C | 62 | 34 |
| Octal | 76 | 375 | 14 | 113 | 0 | 137 | 1 | 154 | 142 | 64 |
| Binary | 111110 | 11111101 | 1100 | 1001011 | 0 | 1011111 | 1 | 1101100 | 1100010 | 110100 |
Color Harmonies of #3EFD0C
Complementary color
Monochromatic Colors of #3EFD0C
Black with #3EFD0C
Text Example
Text Example
White with #3EFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFD0C; }
p { color: rgb(62,253,12); }
H1.HeaderClassName
{
color: #3EFD0C;
}
.AnyTagClassName
{
color: #3EFD0C;
}
</style>
background-color css
<style>
a { background-color: #3EFD0C; }
a { background-color: rgb(62,253,12); }
div.DivClassName
{
background-color: #3EFD0C;
}
.BgClassName
{
background-color: #3EFD0C;
}
</style>
border-color css
<style>
span { border-color: #3EFD0C; }
span { border-color: rgb(62,253,12); }
td.TdClassName
{
border-color: #3EFD0C;
}
.TagClassName
{
border-color: #3EFD0C;
}
</style>