Shades of Harlequin #3CFE22
Tints of Harlequin #3CFE22
RGB
CMYK
RGB Variations
Color information
#3CFE22 (or 0x3CFE22) is known color: Harlequin. HEX triplet: 3C, FE and 22. RGB value is (60,254,34). Sum of RGB (Red+Green+Blue) = 60+254+34=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 254 (99.61% from 255 or 72.99% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFE22 is #C301DD. Grayscale: #ABABAB. Windows color (decimal): -12779998 or 2293308. OLE color: 2293308.
HSL color Cylindrical-coordinate representation of color #3CFE22: hue angle of 112.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CFE22 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 34 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.00 |
| HSL | 112.91º | 0.99% | 0.56% | - |
| HSV(B) | 112.91º | 0.87% | 1% | - |
| XYZ | 37.59 | 71.96 | 13.42 | - |
| YUV | 170.91 | 50.73 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 34 | 0.76 | 0 | 0.87 | 0.00 | 112.91 | 0.99 | 0.56 |
| Hex | 3C | FE | 22 | 4C | 0 | 57 | 0 | 71 | 63 | 38 |
| Octal | 74 | 376 | 42 | 114 | 0 | 127 | 0 | 161 | 143 | 70 |
| Binary | 111100 | 11111110 | 100010 | 1001100 | 0 | 1010111 | 0 | 1110001 | 1100011 | 111000 |
Color Harmonies of #3CFE22
Complementary color
Monochromatic Colors of #3CFE22
Black with #3CFE22
Text Example
Text Example
White with #3CFE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE22; }
p { color: rgb(60,254,34); }
H1.HeaderClassName
{
color: #3CFE22;
}
.AnyTagClassName
{
color: #3CFE22;
}
</style>
background-color css
<style>
a { background-color: #3CFE22; }
a { background-color: rgb(60,254,34); }
div.DivClassName
{
background-color: #3CFE22;
}
.BgClassName
{
background-color: #3CFE22;
}
</style>
border-color css
<style>
span { border-color: #3CFE22; }
span { border-color: rgb(60,254,34); }
td.TdClassName
{
border-color: #3CFE22;
}
.TagClassName
{
border-color: #3CFE22;
}
</style>