Shades of Harlequin #3CE508
Tints of Harlequin #3CE508
RGB
CMYK
RGB Variations
Color information
#3CE508 (or 0x3CE508) is known color: Harlequin. HEX triplet: 3C, E5 and 08. RGB value is (60,229,8). Sum of RGB (Red+Green+Blue) = 60+229+8=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 229 (89.84% from 255 or 77.10% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE508 is #C31AF7. Grayscale: #999999. Windows color (decimal): -12786424 or 582972. OLE color: 582972.
HSL color Cylindrical-coordinate representation of color #3CE508: hue angle of 105.88º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CE508 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 8 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.10 |
| HSL | 105.88º | 0.93% | 0.46% | - |
| HSV(B) | 105.88º | 0.97% | 0.9% | - |
| XYZ | 29.93 | 57.02 | 9.66 | - |
| YUV | 153.28 | 46.01 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 8 | 0.74 | 0 | 0.97 | 0.10 | 105.88 | 0.93 | 0.46 |
| Hex | 3C | E5 | 8 | 4A | 0 | 61 | A | 6A | 5D | 2E |
| Octal | 74 | 345 | 10 | 112 | 0 | 141 | 12 | 152 | 135 | 56 |
| Binary | 111100 | 11100101 | 1000 | 1001010 | 0 | 1100001 | 1010 | 1101010 | 1011101 | 101110 |
Color Harmonies of #3CE508
Complementary color
Monochromatic Colors of #3CE508
Black with #3CE508
Text Example
Text Example
White with #3CE508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE508; }
p { color: rgb(60,229,8); }
H1.HeaderClassName
{
color: #3CE508;
}
.AnyTagClassName
{
color: #3CE508;
}
</style>
background-color css
<style>
a { background-color: #3CE508; }
a { background-color: rgb(60,229,8); }
div.DivClassName
{
background-color: #3CE508;
}
.BgClassName
{
background-color: #3CE508;
}
</style>
border-color css
<style>
span { border-color: #3CE508; }
span { border-color: rgb(60,229,8); }
td.TdClassName
{
border-color: #3CE508;
}
.TagClassName
{
border-color: #3CE508;
}
</style>