Shades of Harlequin #3CEB08
Tints of Harlequin #3CEB08
RGB
CMYK
RGB Variations
Color information
#3CEB08 (or 0x3CEB08) is known color: Harlequin. HEX triplet: 3C, EB and 08. RGB value is (60,235,8). Sum of RGB (Red+Green+Blue) = 60+235+8=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 235 (92.19% from 255 or 77.56% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEB08 is #C314F7. Grayscale: #9D9D9D. Windows color (decimal): -12784888 or 584508. OLE color: 584508.
HSL color Cylindrical-coordinate representation of color #3CEB08: hue angle of 106.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CEB08 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 8 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.08 |
| HSL | 106.26º | 0.93% | 0.48% | - |
| HSV(B) | 106.26º | 0.97% | 0.92% | - |
| XYZ | 31.62 | 60.39 | 10.22 | - |
| YUV | 156.8 | 44.02 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 8 | 0.74 | 0 | 0.97 | 0.08 | 106.26 | 0.93 | 0.48 |
| Hex | 3C | EB | 8 | 4A | 0 | 61 | 8 | 6A | 5D | 30 |
| Octal | 74 | 353 | 10 | 112 | 0 | 141 | 10 | 152 | 135 | 60 |
| Binary | 111100 | 11101011 | 1000 | 1001010 | 0 | 1100001 | 1000 | 1101010 | 1011101 | 110000 |
Color Harmonies of #3CEB08
Complementary color
Monochromatic Colors of #3CEB08
Black with #3CEB08
Text Example
Text Example
White with #3CEB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEB08; }
p { color: rgb(60,235,8); }
H1.HeaderClassName
{
color: #3CEB08;
}
.AnyTagClassName
{
color: #3CEB08;
}
</style>
background-color css
<style>
a { background-color: #3CEB08; }
a { background-color: rgb(60,235,8); }
div.DivClassName
{
background-color: #3CEB08;
}
.BgClassName
{
background-color: #3CEB08;
}
</style>
border-color css
<style>
span { border-color: #3CEB08; }
span { border-color: rgb(60,235,8); }
td.TdClassName
{
border-color: #3CEB08;
}
.TagClassName
{
border-color: #3CEB08;
}
</style>