Shades of Harlequin #3CFC26
Tints of Harlequin #3CFC26
RGB
CMYK
RGB Variations
Color information
#3CFC26 (or 0x3CFC26) is known color: Harlequin. HEX triplet: 3C, FC and 26. RGB value is (60,252,38). Sum of RGB (Red+Green+Blue) = 60+252+38=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 252 (98.83% from 255 or 72% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC26 is #C303D9. Grayscale: #AAAAAA. Windows color (decimal): -12780506 or 2554940. OLE color: 2554940.
HSL color Cylindrical-coordinate representation of color #3CFC26: hue angle of 113.83º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CFC26 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 38 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.01 |
| HSL | 113.83º | 0.97% | 0.57% | - |
| HSV(B) | 113.83º | 0.85% | 0.99% | - |
| XYZ | 37.02 | 70.72 | 13.53 | - |
| YUV | 170.2 | 53.39 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 38 | 0.76 | 0 | 0.85 | 0.01 | 113.83 | 0.97 | 0.57 |
| Hex | 3C | FC | 26 | 4C | 0 | 55 | 1 | 72 | 61 | 39 |
| Octal | 74 | 374 | 46 | 114 | 0 | 125 | 1 | 162 | 141 | 71 |
| Binary | 111100 | 11111100 | 100110 | 1001100 | 0 | 1010101 | 1 | 1110010 | 1100001 | 111001 |
Color Harmonies of #3CFC26
Complementary color
Monochromatic Colors of #3CFC26
Black with #3CFC26
Text Example
Text Example
White with #3CFC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC26; }
p { color: rgb(60,252,38); }
H1.HeaderClassName
{
color: #3CFC26;
}
.AnyTagClassName
{
color: #3CFC26;
}
</style>
background-color css
<style>
a { background-color: #3CFC26; }
a { background-color: rgb(60,252,38); }
div.DivClassName
{
background-color: #3CFC26;
}
.BgClassName
{
background-color: #3CFC26;
}
</style>
border-color css
<style>
span { border-color: #3CFC26; }
span { border-color: rgb(60,252,38); }
td.TdClassName
{
border-color: #3CFC26;
}
.TagClassName
{
border-color: #3CFC26;
}
</style>