Shades of Harlequin #3CF527
Tints of Harlequin #3CF527
RGB
CMYK
RGB Variations
Color information
#3CF527 (or 0x3CF527) is known color: Harlequin. HEX triplet: 3C, F5 and 27. RGB value is (60,245,39). Sum of RGB (Red+Green+Blue) = 60+245+39=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF527 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF527 is #C30AD8. Grayscale: #A6A6A6. Windows color (decimal): -12782297 or 2618684. OLE color: 2618684.
HSL color Cylindrical-coordinate representation of color #3CF527: hue angle of 113.88º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CF527 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 39 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.04 |
| HSL | 113.88º | 0.91% | 0.56% | - |
| HSV(B) | 113.88º | 0.84% | 0.96% | - |
| XYZ | 34.88 | 66.41 | 12.9 | - |
| YUV | 166.2 | 56.21 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 39 | 0.76 | 0 | 0.84 | 0.04 | 113.88 | 0.91 | 0.56 |
| Hex | 3C | F5 | 27 | 4C | 0 | 54 | 4 | 72 | 5B | 38 |
| Octal | 74 | 365 | 47 | 114 | 0 | 124 | 4 | 162 | 133 | 70 |
| Binary | 111100 | 11110101 | 100111 | 1001100 | 0 | 1010100 | 100 | 1110010 | 1011011 | 111000 |
Color Harmonies of #3CF527
Complementary color
Monochromatic Colors of #3CF527
Black with #3CF527
Text Example
Text Example
White with #3CF527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF527; }
p { color: rgb(60,245,39); }
H1.HeaderClassName
{
color: #3CF527;
}
.AnyTagClassName
{
color: #3CF527;
}
</style>
background-color css
<style>
a { background-color: #3CF527; }
a { background-color: rgb(60,245,39); }
div.DivClassName
{
background-color: #3CF527;
}
.BgClassName
{
background-color: #3CF527;
}
</style>
border-color css
<style>
span { border-color: #3CF527; }
span { border-color: rgb(60,245,39); }
td.TdClassName
{
border-color: #3CF527;
}
.TagClassName
{
border-color: #3CF527;
}
</style>