Shades of Harlequin #3CF119
Tints of Harlequin #3CF119
RGB
CMYK
RGB Variations
Color information
#3CF119 (or 0x3CF119) is known color: Harlequin. HEX triplet: 3C, F1 and 19. RGB value is (60,241,25). Sum of RGB (Red+Green+Blue) = 60+241+25=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF119 is #C30EE6. Grayscale: #A2A2A2. Windows color (decimal): -12783335 or 1700156. OLE color: 1700156.
HSL color Cylindrical-coordinate representation of color #3CF119: hue angle of 110.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CF119 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 25 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.05 |
| HSL | 110.28º | 0.89% | 0.52% | - |
| HSV(B) | 110.28º | 0.9% | 0.95% | - |
| XYZ | 33.49 | 63.94 | 11.5 | - |
| YUV | 162.26 | 50.53 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 25 | 0.75 | 0 | 0.90 | 0.05 | 110.28 | 0.89 | 0.52 |
| Hex | 3C | F1 | 19 | 4B | 0 | 5A | 5 | 6E | 59 | 34 |
| Octal | 74 | 361 | 31 | 113 | 0 | 132 | 5 | 156 | 131 | 64 |
| Binary | 111100 | 11110001 | 11001 | 1001011 | 0 | 1011010 | 101 | 1101110 | 1011001 | 110100 |
Color Harmonies of #3CF119
Complementary color
Monochromatic Colors of #3CF119
Black with #3CF119
Text Example
Text Example
White with #3CF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF119; }
p { color: rgb(60,241,25); }
H1.HeaderClassName
{
color: #3CF119;
}
.AnyTagClassName
{
color: #3CF119;
}
</style>
background-color css
<style>
a { background-color: #3CF119; }
a { background-color: rgb(60,241,25); }
div.DivClassName
{
background-color: #3CF119;
}
.BgClassName
{
background-color: #3CF119;
}
</style>
border-color css
<style>
span { border-color: #3CF119; }
span { border-color: rgb(60,241,25); }
td.TdClassName
{
border-color: #3CF119;
}
.TagClassName
{
border-color: #3CF119;
}
</style>