Shades of Harlequin #3CF826
Tints of Harlequin #3CF826
RGB
CMYK
RGB Variations
Color information
#3CF826 (or 0x3CF826) is known color: Harlequin. HEX triplet: 3C, F8 and 26. RGB value is (60,248,38). Sum of RGB (Red+Green+Blue) = 60+248+38=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF826 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF826 is #C307D9. Grayscale: #A8A8A8. Windows color (decimal): -12781530 or 2553916. OLE color: 2553916.
HSL color Cylindrical-coordinate representation of color #3CF826: hue angle of 113.71º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CF826 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 38 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.03 |
| HSL | 113.71º | 0.94% | 0.56% | - |
| HSV(B) | 113.71º | 0.85% | 0.97% | - |
| XYZ | 35.78 | 68.24 | 13.12 | - |
| YUV | 167.85 | 54.72 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 38 | 0.76 | 0 | 0.85 | 0.03 | 113.71 | 0.94 | 0.56 |
| Hex | 3C | F8 | 26 | 4C | 0 | 55 | 3 | 72 | 5E | 38 |
| Octal | 74 | 370 | 46 | 114 | 0 | 125 | 3 | 162 | 136 | 70 |
| Binary | 111100 | 11111000 | 100110 | 1001100 | 0 | 1010101 | 11 | 1110010 | 1011110 | 111000 |
Color Harmonies of #3CF826
Complementary color
Monochromatic Colors of #3CF826
Black with #3CF826
Text Example
Text Example
White with #3CF826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF826; }
p { color: rgb(60,248,38); }
H1.HeaderClassName
{
color: #3CF826;
}
.AnyTagClassName
{
color: #3CF826;
}
</style>
background-color css
<style>
a { background-color: #3CF826; }
a { background-color: rgb(60,248,38); }
div.DivClassName
{
background-color: #3CF826;
}
.BgClassName
{
background-color: #3CF826;
}
</style>
border-color css
<style>
span { border-color: #3CF826; }
span { border-color: rgb(60,248,38); }
td.TdClassName
{
border-color: #3CF826;
}
.TagClassName
{
border-color: #3CF826;
}
</style>