Shades of Harlequin #3CF71B
Tints of Harlequin #3CF71B
RGB
CMYK
RGB Variations
Color information
#3CF71B (or 0x3CF71B) is known color: Harlequin. HEX triplet: 3C, F7 and 1B. RGB value is (60,247,27). Sum of RGB (Red+Green+Blue) = 60+247+27=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF71B is #C308E4. Grayscale: #A6A6A6. Windows color (decimal): -12781797 or 1832764. OLE color: 1832764.
HSL color Cylindrical-coordinate representation of color #3CF71B: hue angle of 111º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CF71B is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 27 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.03 |
| HSL | 111º | 0.93% | 0.54% | - |
| HSV(B) | 111º | 0.89% | 0.97% | - |
| XYZ | 35.32 | 67.56 | 12.22 | - |
| YUV | 166.01 | 49.55 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 27 | 0.76 | 0 | 0.89 | 0.03 | 111 | 0.93 | 0.54 |
| Hex | 3C | F7 | 1B | 4C | 0 | 59 | 3 | 6F | 5D | 36 |
| Octal | 74 | 367 | 33 | 114 | 0 | 131 | 3 | 157 | 135 | 66 |
| Binary | 111100 | 11110111 | 11011 | 1001100 | 0 | 1011001 | 11 | 1101111 | 1011101 | 110110 |
Color Harmonies of #3CF71B
Complementary color
Monochromatic Colors of #3CF71B
Black with #3CF71B
Text Example
Text Example
White with #3CF71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF71B; }
p { color: rgb(60,247,27); }
H1.HeaderClassName
{
color: #3CF71B;
}
.AnyTagClassName
{
color: #3CF71B;
}
</style>
background-color css
<style>
a { background-color: #3CF71B; }
a { background-color: rgb(60,247,27); }
div.DivClassName
{
background-color: #3CF71B;
}
.BgClassName
{
background-color: #3CF71B;
}
</style>
border-color css
<style>
span { border-color: #3CF71B; }
span { border-color: rgb(60,247,27); }
td.TdClassName
{
border-color: #3CF71B;
}
.TagClassName
{
border-color: #3CF71B;
}
</style>