Shades of Harlequin #3CFA26
Tints of Harlequin #3CFA26
RGB
CMYK
RGB Variations
Color information
#3CFA26 (or 0x3CFA26) is known color: Harlequin. HEX triplet: 3C, FA and 26. RGB value is (60,250,38). Sum of RGB (Red+Green+Blue) = 60+250+38=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA26 is #C305D9. Grayscale: #A9A9A9. Windows color (decimal): -12781018 or 2554428. OLE color: 2554428.
HSL color Cylindrical-coordinate representation of color #3CFA26: hue angle of 113.77º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CFA26 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 38 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.02 |
| HSL | 113.77º | 0.95% | 0.56% | - |
| HSV(B) | 113.77º | 0.85% | 0.98% | - |
| XYZ | 36.4 | 69.47 | 13.32 | - |
| YUV | 169.02 | 54.05 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 38 | 0.76 | 0 | 0.85 | 0.02 | 113.77 | 0.95 | 0.56 |
| Hex | 3C | FA | 26 | 4C | 0 | 55 | 2 | 72 | 5F | 38 |
| Octal | 74 | 372 | 46 | 114 | 0 | 125 | 2 | 162 | 137 | 70 |
| Binary | 111100 | 11111010 | 100110 | 1001100 | 0 | 1010101 | 10 | 1110010 | 1011111 | 111000 |
Color Harmonies of #3CFA26
Complementary color
Monochromatic Colors of #3CFA26
Black with #3CFA26
Text Example
Text Example
White with #3CFA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA26; }
p { color: rgb(60,250,38); }
H1.HeaderClassName
{
color: #3CFA26;
}
.AnyTagClassName
{
color: #3CFA26;
}
</style>
background-color css
<style>
a { background-color: #3CFA26; }
a { background-color: rgb(60,250,38); }
div.DivClassName
{
background-color: #3CFA26;
}
.BgClassName
{
background-color: #3CFA26;
}
</style>
border-color css
<style>
span { border-color: #3CFA26; }
span { border-color: rgb(60,250,38); }
td.TdClassName
{
border-color: #3CFA26;
}
.TagClassName
{
border-color: #3CFA26;
}
</style>