Shades of Harlequin #3CFE0D
Tints of Harlequin #3CFE0D
RGB
CMYK
RGB Variations
Color information
#3CFE0D (or 0x3CFE0D) is known color: Harlequin. HEX triplet: 3C, FE and 0D. RGB value is (60,254,13). Sum of RGB (Red+Green+Blue) = 60+254+13=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 254 (99.61% from 255 or 77.68% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE0D is #C301F2. Grayscale: #A9A9A9. Windows color (decimal): -12780019 or 917052. OLE color: 917052.
HSL color Cylindrical-coordinate representation of color #3CFE0D: hue angle of 108.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CFE0D is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 13 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.00 |
| HSL | 108.3º | 0.99% | 0.52% | - |
| HSV(B) | 108.3º | 0.95% | 1% | - |
| XYZ | 37.38 | 71.87 | 12.28 | - |
| YUV | 168.52 | 40.23 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 13 | 0.76 | 0 | 0.95 | 0.00 | 108.3 | 0.99 | 0.52 |
| Hex | 3C | FE | D | 4C | 0 | 5F | 0 | 6C | 63 | 34 |
| Octal | 74 | 376 | 15 | 114 | 0 | 137 | 0 | 154 | 143 | 64 |
| Binary | 111100 | 11111110 | 1101 | 1001100 | 0 | 1011111 | 0 | 1101100 | 1100011 | 110100 |
Color Harmonies of #3CFE0D
Complementary color
Monochromatic Colors of #3CFE0D
Black with #3CFE0D
Text Example
Text Example
White with #3CFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE0D; }
p { color: rgb(60,254,13); }
H1.HeaderClassName
{
color: #3CFE0D;
}
.AnyTagClassName
{
color: #3CFE0D;
}
</style>
background-color css
<style>
a { background-color: #3CFE0D; }
a { background-color: rgb(60,254,13); }
div.DivClassName
{
background-color: #3CFE0D;
}
.BgClassName
{
background-color: #3CFE0D;
}
</style>
border-color css
<style>
span { border-color: #3CFE0D; }
span { border-color: rgb(60,254,13); }
td.TdClassName
{
border-color: #3CFE0D;
}
.TagClassName
{
border-color: #3CFE0D;
}
</style>