Shades of Harlequin #3FE60B
Tints of Harlequin #3FE60B
RGB
CMYK
RGB Variations
Color information
#3FE60B (or 0x3FE60B) is known color: Harlequin. HEX triplet: 3F, E6 and 0B. RGB value is (63,230,11). Sum of RGB (Red+Green+Blue) = 63+230+11=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 230 (90.23% from 255 or 75.66% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE60B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE60B is #C019F4. Grayscale: #9B9B9B. Windows color (decimal): -12589557 or 779839. OLE color: 779839.
HSL color Cylindrical-coordinate representation of color #3FE60B: hue angle of 105.75º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FE60B is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 11 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.10 |
| HSL | 105.75º | 0.91% | 0.47% | - |
| HSV(B) | 105.75º | 0.95% | 0.9% | - |
| XYZ | 30.41 | 57.67 | 9.85 | - |
| YUV | 155.1 | 46.67 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 11 | 0.73 | 0 | 0.95 | 0.10 | 105.75 | 0.91 | 0.47 |
| Hex | 3F | E6 | B | 49 | 0 | 5F | A | 6A | 5B | 2F |
| Octal | 77 | 346 | 13 | 111 | 0 | 137 | 12 | 152 | 133 | 57 |
| Binary | 111111 | 11100110 | 1011 | 1001001 | 0 | 1011111 | 1010 | 1101010 | 1011011 | 101111 |
Color Harmonies of #3FE60B
Complementary color
Monochromatic Colors of #3FE60B
Black with #3FE60B
Text Example
Text Example
White with #3FE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE60B; }
p { color: rgb(63,230,11); }
H1.HeaderClassName
{
color: #3FE60B;
}
.AnyTagClassName
{
color: #3FE60B;
}
</style>
background-color css
<style>
a { background-color: #3FE60B; }
a { background-color: rgb(63,230,11); }
div.DivClassName
{
background-color: #3FE60B;
}
.BgClassName
{
background-color: #3FE60B;
}
</style>
border-color css
<style>
span { border-color: #3FE60B; }
span { border-color: rgb(63,230,11); }
td.TdClassName
{
border-color: #3FE60B;
}
.TagClassName
{
border-color: #3FE60B;
}
</style>