Shades of Harlequin #3CF123
Tints of Harlequin #3CF123
RGB
CMYK
RGB Variations
Color information
#3CF123 (or 0x3CF123) is known color: Harlequin. HEX triplet: 3C, F1 and 23. RGB value is (60,241,35). Sum of RGB (Red+Green+Blue) = 60+241+35=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF123 is #C30EDC. Grayscale: #A4A4A4. Windows color (decimal): -12783325 or 2355516. OLE color: 2355516.
HSL color Cylindrical-coordinate representation of color #3CF123: hue angle of 112.72º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CF123 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 35 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.05 |
| HSL | 112.72º | 0.88% | 0.54% | - |
| HSV(B) | 112.72º | 0.85% | 0.95% | - |
| XYZ | 33.62 | 63.99 | 12.17 | - |
| YUV | 163.4 | 55.53 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 35 | 0.75 | 0 | 0.85 | 0.05 | 112.72 | 0.88 | 0.54 |
| Hex | 3C | F1 | 23 | 4B | 0 | 55 | 5 | 71 | 58 | 36 |
| Octal | 74 | 361 | 43 | 113 | 0 | 125 | 5 | 161 | 130 | 66 |
| Binary | 111100 | 11110001 | 100011 | 1001011 | 0 | 1010101 | 101 | 1110001 | 1011000 | 110110 |
Color Harmonies of #3CF123
Complementary color
Monochromatic Colors of #3CF123
Black with #3CF123
Text Example
Text Example
White with #3CF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF123; }
p { color: rgb(60,241,35); }
H1.HeaderClassName
{
color: #3CF123;
}
.AnyTagClassName
{
color: #3CF123;
}
</style>
background-color css
<style>
a { background-color: #3CF123; }
a { background-color: rgb(60,241,35); }
div.DivClassName
{
background-color: #3CF123;
}
.BgClassName
{
background-color: #3CF123;
}
</style>
border-color css
<style>
span { border-color: #3CF123; }
span { border-color: rgb(60,241,35); }
td.TdClassName
{
border-color: #3CF123;
}
.TagClassName
{
border-color: #3CF123;
}
</style>