Shades of Harlequin #3CF926
Tints of Harlequin #3CF926
RGB
CMYK
RGB Variations
Color information
#3CF926 (or 0x3CF926) is known color: Harlequin. HEX triplet: 3C, F9 and 26. RGB value is (60,249,38). Sum of RGB (Red+Green+Blue) = 60+249+38=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF926 is #C306D9. Grayscale: #A9A9A9. Windows color (decimal): -12781274 or 2554172. OLE color: 2554172.
HSL color Cylindrical-coordinate representation of color #3CF926: hue angle of 113.74º 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 #3CF926 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 38 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.02 |
| HSL | 113.74º | 0.95% | 0.56% | - |
| HSV(B) | 113.74º | 0.85% | 0.98% | - |
| XYZ | 36.09 | 68.85 | 13.22 | - |
| YUV | 168.44 | 54.38 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 38 | 0.76 | 0 | 0.85 | 0.02 | 113.74 | 0.95 | 0.56 |
| Hex | 3C | F9 | 26 | 4C | 0 | 55 | 2 | 72 | 5F | 38 |
| Octal | 74 | 371 | 46 | 114 | 0 | 125 | 2 | 162 | 137 | 70 |
| Binary | 111100 | 11111001 | 100110 | 1001100 | 0 | 1010101 | 10 | 1110010 | 1011111 | 111000 |
Color Harmonies of #3CF926
Complementary color
Monochromatic Colors of #3CF926
Black with #3CF926
Text Example
Text Example
White with #3CF926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF926; }
p { color: rgb(60,249,38); }
H1.HeaderClassName
{
color: #3CF926;
}
.AnyTagClassName
{
color: #3CF926;
}
</style>
background-color css
<style>
a { background-color: #3CF926; }
a { background-color: rgb(60,249,38); }
div.DivClassName
{
background-color: #3CF926;
}
.BgClassName
{
background-color: #3CF926;
}
</style>
border-color css
<style>
span { border-color: #3CF926; }
span { border-color: rgb(60,249,38); }
td.TdClassName
{
border-color: #3CF926;
}
.TagClassName
{
border-color: #3CF926;
}
</style>