Shades of Harlequin #3CF900
Tints of Harlequin #3CF900
RGB
CMYK
RGB Variations
Color information
#3CF900 (or 0x3CF900) is known color: Harlequin. HEX triplet: 3C, F9 and 00. RGB value is (60,249,0). Sum of RGB (Red+Green+Blue) = 60+249+0=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 249 (97.66% from 255 or 80.58% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF900 is #C306FF. Grayscale: #A4A4A4. Windows color (decimal): -12781312 or 63804. OLE color: 63804.
HSL color Cylindrical-coordinate representation of color #3CF900: hue angle of 105.54º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CF900 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.02 |
| HSL | 105.54º | 1% | 0.49% | - |
| HSV(B) | 105.54º | 1% | 0.98% | - |
| XYZ | 35.74 | 68.71 | 11.38 | - |
| YUV | 164.1 | 35.38 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 0 | 0.76 | 0 | 1 | 0.02 | 105.54 | 1 | 0.49 |
| Hex | 3C | F9 | 0 | 4C | 0 | 64 | 2 | 6A | 64 | 31 |
| Octal | 74 | 371 | 0 | 114 | 0 | 144 | 2 | 152 | 144 | 61 |
| Binary | 111100 | 11111001 | 0 | 1001100 | 0 | 1100100 | 10 | 1101010 | 1100100 | 110001 |
Color Harmonies of #3CF900
Complementary color
Monochromatic Colors of #3CF900
Black with #3CF900
Text Example
Text Example
White with #3CF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF900; }
p { color: rgb(60,249,0); }
H1.HeaderClassName
{
color: #3CF900;
}
.AnyTagClassName
{
color: #3CF900;
}
</style>
background-color css
<style>
a { background-color: #3CF900; }
a { background-color: rgb(60,249,0); }
div.DivClassName
{
background-color: #3CF900;
}
.BgClassName
{
background-color: #3CF900;
}
</style>
border-color css
<style>
span { border-color: #3CF900; }
span { border-color: rgb(60,249,0); }
td.TdClassName
{
border-color: #3CF900;
}
.TagClassName
{
border-color: #3CF900;
}
</style>