Shades of Harlequin #3CFF25
Tints of Harlequin #3CFF25
RGB
CMYK
RGB Variations
Color information
#3CFF25 (or 0x3CFF25) is known color: Harlequin. HEX triplet: 3C, FF and 25. RGB value is (60,255,37). Sum of RGB (Red+Green+Blue) = 60+255+37=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF25 is #C300DA. Grayscale: #ACACAC. Windows color (decimal): -12779739 or 2490172. OLE color: 2490172.
HSL color Cylindrical-coordinate representation of color #3CFF25: hue angle of 113.67º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CFF25 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 37 | - |
| CMYK | 0.76 | 0 | 0.85 | 0 |
| HSL | 113.67º | 1% | 0.57% | - |
| HSV(B) | 113.67º | 0.85% | 1% | - |
| XYZ | 37.96 | 72.61 | 13.77 | - |
| YUV | 171.84 | 51.9 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 37 | 0.76 | 0 | 0.85 | 0 | 113.67 | 1 | 0.57 |
| Hex | 3C | FF | 25 | 4C | 0 | 55 | 0 | 72 | 64 | 39 |
| Octal | 74 | 377 | 45 | 114 | 0 | 125 | 0 | 162 | 144 | 71 |
| Binary | 111100 | 11111111 | 100101 | 1001100 | 0 | 1010101 | 0 | 1110010 | 1100100 | 111001 |
Color Harmonies of #3CFF25
Complementary color
Monochromatic Colors of #3CFF25
Black with #3CFF25
Text Example
Text Example
White with #3CFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF25; }
p { color: rgb(60,255,37); }
H1.HeaderClassName
{
color: #3CFF25;
}
.AnyTagClassName
{
color: #3CFF25;
}
</style>
background-color css
<style>
a { background-color: #3CFF25; }
a { background-color: rgb(60,255,37); }
div.DivClassName
{
background-color: #3CFF25;
}
.BgClassName
{
background-color: #3CFF25;
}
</style>
border-color css
<style>
span { border-color: #3CFF25; }
span { border-color: rgb(60,255,37); }
td.TdClassName
{
border-color: #3CFF25;
}
.TagClassName
{
border-color: #3CFF25;
}
</style>