Shades of Harlequin #3EFB05
Tints of Harlequin #3EFB05
RGB
CMYK
RGB Variations
Color information
#3EFB05 (or 0x3EFB05) is known color: Harlequin. HEX triplet: 3E, FB and 05. RGB value is (62,251,5). Sum of RGB (Red+Green+Blue) = 62+251+5=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 251 (98.44% from 255 or 78.93% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFB05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFB05 is #C104FA. Grayscale: #A7A7A7. Windows color (decimal): -12649723 or 391998. OLE color: 391998.
HSL color Cylindrical-coordinate representation of color #3EFB05: hue angle of 106.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EFB05 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 251 | 5 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.02 |
| HSL | 106.1º | 0.97% | 0.5% | - |
| HSV(B) | 106.1º | 0.98% | 0.98% | - |
| XYZ | 36.51 | 70.03 | 11.74 | - |
| YUV | 166.45 | 36.88 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 251 | 5 | 0.75 | 0 | 0.98 | 0.02 | 106.1 | 0.97 | 0.5 |
| Hex | 3E | FB | 5 | 4B | 0 | 62 | 2 | 6A | 61 | 32 |
| Octal | 76 | 373 | 5 | 113 | 0 | 142 | 2 | 152 | 141 | 62 |
| Binary | 111110 | 11111011 | 101 | 1001011 | 0 | 1100010 | 10 | 1101010 | 1100001 | 110010 |
Color Harmonies of #3EFB05
Complementary color
Monochromatic Colors of #3EFB05
Black with #3EFB05
Text Example
Text Example
White with #3EFB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFB05; }
p { color: rgb(62,251,5); }
H1.HeaderClassName
{
color: #3EFB05;
}
.AnyTagClassName
{
color: #3EFB05;
}
</style>
background-color css
<style>
a { background-color: #3EFB05; }
a { background-color: rgb(62,251,5); }
div.DivClassName
{
background-color: #3EFB05;
}
.BgClassName
{
background-color: #3EFB05;
}
</style>
border-color css
<style>
span { border-color: #3EFB05; }
span { border-color: rgb(62,251,5); }
td.TdClassName
{
border-color: #3EFB05;
}
.TagClassName
{
border-color: #3EFB05;
}
</style>