Shades of Harlequin #3CE905
Tints of Harlequin #3CE905
RGB
CMYK
RGB Variations
Color information
#3CE905 (or 0x3CE905) is known color: Harlequin. HEX triplet: 3C, E9 and 05. RGB value is (60,233,5). Sum of RGB (Red+Green+Blue) = 60+233+5=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 233 (91.41% from 255 or 78.19% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE905 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE905 is #C316FA. Grayscale: #9C9C9C. Windows color (decimal): -12785403 or 387388. OLE color: 387388.
HSL color Cylindrical-coordinate representation of color #3CE905: hue angle of 105.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CE905 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.09 |
| HSL | 105.53º | 0.96% | 0.47% | - |
| HSV(B) | 105.53º | 0.98% | 0.91% | - |
| XYZ | 31.03 | 59.25 | 9.94 | - |
| YUV | 155.28 | 43.19 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 5 | 0.74 | 0 | 0.98 | 0.09 | 105.53 | 0.96 | 0.47 |
| Hex | 3C | E9 | 5 | 4A | 0 | 62 | 9 | 6A | 60 | 2F |
| Octal | 74 | 351 | 5 | 112 | 0 | 142 | 11 | 152 | 140 | 57 |
| Binary | 111100 | 11101001 | 101 | 1001010 | 0 | 1100010 | 1001 | 1101010 | 1100000 | 101111 |
Color Harmonies of #3CE905
Complementary color
Monochromatic Colors of #3CE905
Black with #3CE905
Text Example
Text Example
White with #3CE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE905; }
p { color: rgb(60,233,5); }
H1.HeaderClassName
{
color: #3CE905;
}
.AnyTagClassName
{
color: #3CE905;
}
</style>
background-color css
<style>
a { background-color: #3CE905; }
a { background-color: rgb(60,233,5); }
div.DivClassName
{
background-color: #3CE905;
}
.BgClassName
{
background-color: #3CE905;
}
</style>
border-color css
<style>
span { border-color: #3CE905; }
span { border-color: rgb(60,233,5); }
td.TdClassName
{
border-color: #3CE905;
}
.TagClassName
{
border-color: #3CE905;
}
</style>