Shades of Harlequin #3EFD05
Tints of Harlequin #3EFD05
RGB
CMYK
RGB Variations
Color information
#3EFD05 (or 0x3EFD05) is known color: Harlequin. HEX triplet: 3E, FD and 05. RGB value is (62,253,5). Sum of RGB (Red+Green+Blue) = 62+253+5=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 253 (99.22% from 255 or 79.06% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFD05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFD05 is #C102FA. Grayscale: #A8A8A8. Windows color (decimal): -12649211 or 392510. OLE color: 392510.
HSL color Cylindrical-coordinate representation of color #3EFD05: hue angle of 106.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EFD05 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 5 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.01 |
| HSL | 106.21º | 0.98% | 0.51% | - |
| HSV(B) | 106.21º | 0.98% | 0.99% | - |
| XYZ | 37.14 | 71.29 | 11.95 | - |
| YUV | 167.62 | 36.22 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 5 | 0.75 | 0 | 0.98 | 0.01 | 106.21 | 0.98 | 0.51 |
| Hex | 3E | FD | 5 | 4B | 0 | 62 | 1 | 6A | 62 | 33 |
| Octal | 76 | 375 | 5 | 113 | 0 | 142 | 1 | 152 | 142 | 63 |
| Binary | 111110 | 11111101 | 101 | 1001011 | 0 | 1100010 | 1 | 1101010 | 1100010 | 110011 |
Color Harmonies of #3EFD05
Complementary color
Monochromatic Colors of #3EFD05
Black with #3EFD05
Text Example
Text Example
White with #3EFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFD05; }
p { color: rgb(62,253,5); }
H1.HeaderClassName
{
color: #3EFD05;
}
.AnyTagClassName
{
color: #3EFD05;
}
</style>
background-color css
<style>
a { background-color: #3EFD05; }
a { background-color: rgb(62,253,5); }
div.DivClassName
{
background-color: #3EFD05;
}
.BgClassName
{
background-color: #3EFD05;
}
</style>
border-color css
<style>
span { border-color: #3EFD05; }
span { border-color: rgb(62,253,5); }
td.TdClassName
{
border-color: #3EFD05;
}
.TagClassName
{
border-color: #3EFD05;
}
</style>