Shades of Harlequin #3CF309
Tints of Harlequin #3CF309
RGB
CMYK
RGB Variations
Color information
#3CF309 (or 0x3CF309) is known color: Harlequin. HEX triplet: 3C, F3 and 09. RGB value is (60,243,9). Sum of RGB (Red+Green+Blue) = 60+243+9=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 243 (95.31% from 255 or 77.88% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF309 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF309 is #C30CF6. Grayscale: #A2A2A2. Windows color (decimal): -12782839 or 652092. OLE color: 652092.
HSL color Cylindrical-coordinate representation of color #3CF309: hue angle of 106.92º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CF309 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 9 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.05 |
| HSL | 106.92º | 0.93% | 0.49% | - |
| HSV(B) | 106.92º | 0.96% | 0.95% | - |
| XYZ | 33.96 | 65.08 | 11.03 | - |
| YUV | 161.61 | 41.87 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 9 | 0.75 | 0 | 0.96 | 0.05 | 106.92 | 0.93 | 0.49 |
| Hex | 3C | F3 | 9 | 4B | 0 | 60 | 5 | 6B | 5D | 31 |
| Octal | 74 | 363 | 11 | 113 | 0 | 140 | 5 | 153 | 135 | 61 |
| Binary | 111100 | 11110011 | 1001 | 1001011 | 0 | 1100000 | 101 | 1101011 | 1011101 | 110001 |
Color Harmonies of #3CF309
Complementary color
Monochromatic Colors of #3CF309
Black with #3CF309
Text Example
Text Example
White with #3CF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF309; }
p { color: rgb(60,243,9); }
H1.HeaderClassName
{
color: #3CF309;
}
.AnyTagClassName
{
color: #3CF309;
}
</style>
background-color css
<style>
a { background-color: #3CF309; }
a { background-color: rgb(60,243,9); }
div.DivClassName
{
background-color: #3CF309;
}
.BgClassName
{
background-color: #3CF309;
}
</style>
border-color css
<style>
span { border-color: #3CF309; }
span { border-color: rgb(60,243,9); }
td.TdClassName
{
border-color: #3CF309;
}
.TagClassName
{
border-color: #3CF309;
}
</style>