Shades of Harlequin #3FF31C
Tints of Harlequin #3FF31C
RGB
CMYK
RGB Variations
Color information
#3FF31C (or 0x3FF31C) is known color: Harlequin. HEX triplet: 3F, F3 and 1C. RGB value is (63,243,28). Sum of RGB (Red+Green+Blue) = 63+243+28=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF31C is #C00CE3. Grayscale: #A5A5A5. Windows color (decimal): -12586212 or 1897279. OLE color: 1897279.
HSL color Cylindrical-coordinate representation of color #3FF31C: hue angle of 110.23º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FF31C is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 28 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.05 |
| HSL | 110.23º | 0.9% | 0.53% | - |
| HSV(B) | 110.23º | 0.88% | 0.95% | - |
| XYZ | 34.31 | 65.24 | 11.88 | - |
| YUV | 164.67 | 50.87 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 28 | 0.74 | 0 | 0.88 | 0.05 | 110.23 | 0.9 | 0.53 |
| Hex | 3F | F3 | 1C | 4A | 0 | 58 | 5 | 6E | 5A | 35 |
| Octal | 77 | 363 | 34 | 112 | 0 | 130 | 5 | 156 | 132 | 65 |
| Binary | 111111 | 11110011 | 11100 | 1001010 | 0 | 1011000 | 101 | 1101110 | 1011010 | 110101 |
Color Harmonies of #3FF31C
Complementary color
Monochromatic Colors of #3FF31C
Black with #3FF31C
Text Example
Text Example
White with #3FF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF31C; }
p { color: rgb(63,243,28); }
H1.HeaderClassName
{
color: #3FF31C;
}
.AnyTagClassName
{
color: #3FF31C;
}
</style>
background-color css
<style>
a { background-color: #3FF31C; }
a { background-color: rgb(63,243,28); }
div.DivClassName
{
background-color: #3FF31C;
}
.BgClassName
{
background-color: #3FF31C;
}
</style>
border-color css
<style>
span { border-color: #3FF31C; }
span { border-color: rgb(63,243,28); }
td.TdClassName
{
border-color: #3FF31C;
}
.TagClassName
{
border-color: #3FF31C;
}
</style>