Shades of Harlequin #3CF90B
Tints of Harlequin #3CF90B
RGB
CMYK
RGB Variations
Color information
#3CF90B (or 0x3CF90B) is known color: Harlequin. HEX triplet: 3C, F9 and 0B. RGB value is (60,249,11). Sum of RGB (Red+Green+Blue) = 60+249+11=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 249 (97.66% from 255 or 77.81% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF90B is #C306F4. Grayscale: #A6A6A6. Windows color (decimal): -12781301 or 784700. OLE color: 784700.
HSL color Cylindrical-coordinate representation of color #3CF90B: hue angle of 107.65º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CF90B is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 11 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.02 |
| HSL | 107.65º | 0.95% | 0.51% | - |
| HSV(B) | 107.65º | 0.96% | 0.98% | - |
| XYZ | 35.8 | 68.74 | 11.7 | - |
| YUV | 165.36 | 40.88 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 11 | 0.76 | 0 | 0.96 | 0.02 | 107.65 | 0.95 | 0.51 |
| Hex | 3C | F9 | B | 4C | 0 | 60 | 2 | 6C | 5F | 33 |
| Octal | 74 | 371 | 13 | 114 | 0 | 140 | 2 | 154 | 137 | 63 |
| Binary | 111100 | 11111001 | 1011 | 1001100 | 0 | 1100000 | 10 | 1101100 | 1011111 | 110011 |
Color Harmonies of #3CF90B
Complementary color
Monochromatic Colors of #3CF90B
Black with #3CF90B
Text Example
Text Example
White with #3CF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF90B; }
p { color: rgb(60,249,11); }
H1.HeaderClassName
{
color: #3CF90B;
}
.AnyTagClassName
{
color: #3CF90B;
}
</style>
background-color css
<style>
a { background-color: #3CF90B; }
a { background-color: rgb(60,249,11); }
div.DivClassName
{
background-color: #3CF90B;
}
.BgClassName
{
background-color: #3CF90B;
}
</style>
border-color css
<style>
span { border-color: #3CF90B; }
span { border-color: rgb(60,249,11); }
td.TdClassName
{
border-color: #3CF90B;
}
.TagClassName
{
border-color: #3CF90B;
}
</style>