Shades of Harlequin #3CF924
Tints of Harlequin #3CF924
RGB
CMYK
RGB Variations
Color information
#3CF924 (or 0x3CF924) is known color: Harlequin. HEX triplet: 3C, F9 and 24. RGB value is (60,249,36). Sum of RGB (Red+Green+Blue) = 60+249+36=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF924 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF924 is #C306DB. Grayscale: #A8A8A8. Windows color (decimal): -12781276 or 2423100. OLE color: 2423100.
HSL color Cylindrical-coordinate representation of color #3CF924: hue angle of 113.24º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CF924 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 36 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.02 |
| HSL | 113.24º | 0.95% | 0.56% | - |
| HSV(B) | 113.24º | 0.86% | 0.98% | - |
| XYZ | 36.06 | 68.84 | 13.06 | - |
| YUV | 168.21 | 53.38 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 36 | 0.76 | 0 | 0.86 | 0.02 | 113.24 | 0.95 | 0.56 |
| Hex | 3C | F9 | 24 | 4C | 0 | 56 | 2 | 71 | 5F | 38 |
| Octal | 74 | 371 | 44 | 114 | 0 | 126 | 2 | 161 | 137 | 70 |
| Binary | 111100 | 11111001 | 100100 | 1001100 | 0 | 1010110 | 10 | 1110001 | 1011111 | 111000 |
Color Harmonies of #3CF924
Complementary color
Monochromatic Colors of #3CF924
Black with #3CF924
Text Example
Text Example
White with #3CF924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF924; }
p { color: rgb(60,249,36); }
H1.HeaderClassName
{
color: #3CF924;
}
.AnyTagClassName
{
color: #3CF924;
}
</style>
background-color css
<style>
a { background-color: #3CF924; }
a { background-color: rgb(60,249,36); }
div.DivClassName
{
background-color: #3CF924;
}
.BgClassName
{
background-color: #3CF924;
}
</style>
border-color css
<style>
span { border-color: #3CF924; }
span { border-color: rgb(60,249,36); }
td.TdClassName
{
border-color: #3CF924;
}
.TagClassName
{
border-color: #3CF924;
}
</style>