Shades of Harlequin #3CFA29
Tints of Harlequin #3CFA29
RGB
CMYK
RGB Variations
Color information
#3CFA29 (or 0x3CFA29) is known color: Harlequin. HEX triplet: 3C, FA and 29. RGB value is (60,250,41). Sum of RGB (Red+Green+Blue) = 60+250+41=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA29 is #C305D6. Grayscale: #AAAAAA. Windows color (decimal): -12781015 or 2751036. OLE color: 2751036.
HSL color Cylindrical-coordinate representation of color #3CFA29: hue angle of 114.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CFA29 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 41 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.02 |
| HSL | 114.55º | 0.95% | 0.57% | - |
| HSV(B) | 114.55º | 0.84% | 0.98% | - |
| XYZ | 36.45 | 69.49 | 13.59 | - |
| YUV | 169.36 | 55.55 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 41 | 0.76 | 0 | 0.84 | 0.02 | 114.55 | 0.95 | 0.57 |
| Hex | 3C | FA | 29 | 4C | 0 | 54 | 2 | 73 | 5F | 39 |
| Octal | 74 | 372 | 51 | 114 | 0 | 124 | 2 | 163 | 137 | 71 |
| Binary | 111100 | 11111010 | 101001 | 1001100 | 0 | 1010100 | 10 | 1110011 | 1011111 | 111001 |
Color Harmonies of #3CFA29
Complementary color
Monochromatic Colors of #3CFA29
Black with #3CFA29
Text Example
Text Example
White with #3CFA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA29; }
p { color: rgb(60,250,41); }
H1.HeaderClassName
{
color: #3CFA29;
}
.AnyTagClassName
{
color: #3CFA29;
}
</style>
background-color css
<style>
a { background-color: #3CFA29; }
a { background-color: rgb(60,250,41); }
div.DivClassName
{
background-color: #3CFA29;
}
.BgClassName
{
background-color: #3CFA29;
}
</style>
border-color css
<style>
span { border-color: #3CFA29; }
span { border-color: rgb(60,250,41); }
td.TdClassName
{
border-color: #3CFA29;
}
.TagClassName
{
border-color: #3CFA29;
}
</style>