Shades of Harlequin #3CEF20
Tints of Harlequin #3CEF20
RGB
CMYK
RGB Variations
Color information
#3CEF20 (or 0x3CEF20) is known color: Harlequin. HEX triplet: 3C, EF and 20. RGB value is (60,239,32). Sum of RGB (Red+Green+Blue) = 60+239+32=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF20 is #C310DF. Grayscale: #A2A2A2. Windows color (decimal): -12783840 or 2158396. OLE color: 2158396.
HSL color Cylindrical-coordinate representation of color #3CEF20: hue angle of 111.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CEF20 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 32 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.06 |
| HSL | 111.88º | 0.87% | 0.53% | - |
| HSV(B) | 111.88º | 0.87% | 0.94% | - |
| XYZ | 32.99 | 62.8 | 11.75 | - |
| YUV | 161.88 | 54.7 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 32 | 0.75 | 0 | 0.87 | 0.06 | 111.88 | 0.87 | 0.53 |
| Hex | 3C | EF | 20 | 4B | 0 | 57 | 6 | 70 | 57 | 35 |
| Octal | 74 | 357 | 40 | 113 | 0 | 127 | 6 | 160 | 127 | 65 |
| Binary | 111100 | 11101111 | 100000 | 1001011 | 0 | 1010111 | 110 | 1110000 | 1010111 | 110101 |
Color Harmonies of #3CEF20
Complementary color
Monochromatic Colors of #3CEF20
Black with #3CEF20
Text Example
Text Example
White with #3CEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF20; }
p { color: rgb(60,239,32); }
H1.HeaderClassName
{
color: #3CEF20;
}
.AnyTagClassName
{
color: #3CEF20;
}
</style>
background-color css
<style>
a { background-color: #3CEF20; }
a { background-color: rgb(60,239,32); }
div.DivClassName
{
background-color: #3CEF20;
}
.BgClassName
{
background-color: #3CEF20;
}
</style>
border-color css
<style>
span { border-color: #3CEF20; }
span { border-color: rgb(60,239,32); }
td.TdClassName
{
border-color: #3CEF20;
}
.TagClassName
{
border-color: #3CEF20;
}
</style>