Shades of Harlequin #3CF90C
Tints of Harlequin #3CF90C
RGB
CMYK
RGB Variations
Color information
#3CF90C (or 0x3CF90C) is known color: Harlequin. HEX triplet: 3C, F9 and 0C. RGB value is (60,249,12). Sum of RGB (Red+Green+Blue) = 60+249+12=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 249 (97.66% from 255 or 77.57% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF90C is #C306F3. Grayscale: #A6A6A6. Windows color (decimal): -12781300 or 850236. OLE color: 850236.
HSL color Cylindrical-coordinate representation of color #3CF90C: hue angle of 107.85º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CF90C is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 12 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.02 |
| HSL | 107.85º | 0.95% | 0.51% | - |
| HSV(B) | 107.85º | 0.95% | 0.98% | - |
| XYZ | 35.81 | 68.74 | 11.73 | - |
| YUV | 165.47 | 41.38 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 12 | 0.76 | 0 | 0.95 | 0.02 | 107.85 | 0.95 | 0.51 |
| Hex | 3C | F9 | C | 4C | 0 | 5F | 2 | 6C | 5F | 33 |
| Octal | 74 | 371 | 14 | 114 | 0 | 137 | 2 | 154 | 137 | 63 |
| Binary | 111100 | 11111001 | 1100 | 1001100 | 0 | 1011111 | 10 | 1101100 | 1011111 | 110011 |
Color Harmonies of #3CF90C
Complementary color
Monochromatic Colors of #3CF90C
Black with #3CF90C
Text Example
Text Example
White with #3CF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF90C; }
p { color: rgb(60,249,12); }
H1.HeaderClassName
{
color: #3CF90C;
}
.AnyTagClassName
{
color: #3CF90C;
}
</style>
background-color css
<style>
a { background-color: #3CF90C; }
a { background-color: rgb(60,249,12); }
div.DivClassName
{
background-color: #3CF90C;
}
.BgClassName
{
background-color: #3CF90C;
}
</style>
border-color css
<style>
span { border-color: #3CF90C; }
span { border-color: rgb(60,249,12); }
td.TdClassName
{
border-color: #3CF90C;
}
.TagClassName
{
border-color: #3CF90C;
}
</style>