Shades of Harlequin #3CDE0F
Tints of Harlequin #3CDE0F
RGB
CMYK
RGB Variations
Color information
#3CDE0F (or 0x3CDE0F) is known color: Harlequin. HEX triplet: 3C, DE and 0F. RGB value is (60,222,15). Sum of RGB (Red+Green+Blue) = 60+222+15=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 222 (87.11% from 255 or 74.75% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDE0F is #C321F0. Grayscale: #969696. Windows color (decimal): -12788209 or 1039932. OLE color: 1039932.
HSL color Cylindrical-coordinate representation of color #3CDE0F: hue angle of 106.96º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CDE0F is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 15 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.13 |
| HSL | 106.96º | 0.87% | 0.46% | - |
| HSV(B) | 106.96º | 0.93% | 0.87% | - |
| XYZ | 28.07 | 53.24 | 9.25 | - |
| YUV | 149.96 | 51.83 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 15 | 0.73 | 0 | 0.93 | 0.13 | 106.96 | 0.87 | 0.46 |
| Hex | 3C | DE | F | 49 | 0 | 5D | D | 6B | 57 | 2E |
| Octal | 74 | 336 | 17 | 111 | 0 | 135 | 15 | 153 | 127 | 56 |
| Binary | 111100 | 11011110 | 1111 | 1001001 | 0 | 1011101 | 1101 | 1101011 | 1010111 | 101110 |
Color Harmonies of #3CDE0F
Complementary color
Monochromatic Colors of #3CDE0F
Black with #3CDE0F
Text Example
Text Example
White with #3CDE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE0F; }
p { color: rgb(60,222,15); }
H1.HeaderClassName
{
color: #3CDE0F;
}
.AnyTagClassName
{
color: #3CDE0F;
}
</style>
background-color css
<style>
a { background-color: #3CDE0F; }
a { background-color: rgb(60,222,15); }
div.DivClassName
{
background-color: #3CDE0F;
}
.BgClassName
{
background-color: #3CDE0F;
}
</style>
border-color css
<style>
span { border-color: #3CDE0F; }
span { border-color: rgb(60,222,15); }
td.TdClassName
{
border-color: #3CDE0F;
}
.TagClassName
{
border-color: #3CDE0F;
}
</style>