Shades of Harlequin #3CFF0B
Tints of Harlequin #3CFF0B
RGB
CMYK
RGB Variations
Color information
#3CFF0B (or 0x3CFF0B) is known color: Harlequin. HEX triplet: 3C, FF and 0B. RGB value is (60,255,11). Sum of RGB (Red+Green+Blue) = 60+255+11=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF0B is #C300F4. Grayscale: #A9A9A9. Windows color (decimal): -12779765 or 786236. OLE color: 786236.
HSL color Cylindrical-coordinate representation of color #3CFF0B: hue angle of 107.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CFF0B is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 11 | - |
| CMYK | 0.76 | 0 | 0.96 | 0 |
| HSL | 107.95º | 1% | 0.52% | - |
| HSV(B) | 107.95º | 0.96% | 1% | - |
| XYZ | 37.68 | 72.5 | 12.33 | - |
| YUV | 168.88 | 38.9 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 11 | 0.76 | 0 | 0.96 | 0 | 107.95 | 1 | 0.52 |
| Hex | 3C | FF | B | 4C | 0 | 60 | 0 | 6C | 64 | 34 |
| Octal | 74 | 377 | 13 | 114 | 0 | 140 | 0 | 154 | 144 | 64 |
| Binary | 111100 | 11111111 | 1011 | 1001100 | 0 | 1100000 | 0 | 1101100 | 1100100 | 110100 |
Color Harmonies of #3CFF0B
Complementary color
Monochromatic Colors of #3CFF0B
Black with #3CFF0B
Text Example
Text Example
White with #3CFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF0B; }
p { color: rgb(60,255,11); }
H1.HeaderClassName
{
color: #3CFF0B;
}
.AnyTagClassName
{
color: #3CFF0B;
}
</style>
background-color css
<style>
a { background-color: #3CFF0B; }
a { background-color: rgb(60,255,11); }
div.DivClassName
{
background-color: #3CFF0B;
}
.BgClassName
{
background-color: #3CFF0B;
}
</style>
border-color css
<style>
span { border-color: #3CFF0B; }
span { border-color: rgb(60,255,11); }
td.TdClassName
{
border-color: #3CFF0B;
}
.TagClassName
{
border-color: #3CFF0B;
}
</style>