Shades of Harlequin #3CF919
Tints of Harlequin #3CF919
RGB
CMYK
RGB Variations
Color information
#3CF919 (or 0x3CF919) is known color: Harlequin. HEX triplet: 3C, F9 and 19. RGB value is (60,249,25). Sum of RGB (Red+Green+Blue) = 60+249+25=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 249 (97.66% from 255 or 74.55% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF919 is #C306E6. Grayscale: #A7A7A7. Windows color (decimal): -12781287 or 1702204. OLE color: 1702204.
HSL color Cylindrical-coordinate representation of color #3CF919: hue angle of 110.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CF919 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 25 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.02 |
| HSL | 110.63º | 0.95% | 0.54% | - |
| HSV(B) | 110.63º | 0.9% | 0.98% | - |
| XYZ | 35.91 | 68.78 | 12.3 | - |
| YUV | 166.95 | 47.88 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 25 | 0.76 | 0 | 0.90 | 0.02 | 110.63 | 0.95 | 0.54 |
| Hex | 3C | F9 | 19 | 4C | 0 | 5A | 2 | 6F | 5F | 36 |
| Octal | 74 | 371 | 31 | 114 | 0 | 132 | 2 | 157 | 137 | 66 |
| Binary | 111100 | 11111001 | 11001 | 1001100 | 0 | 1011010 | 10 | 1101111 | 1011111 | 110110 |
Color Harmonies of #3CF919
Complementary color
Monochromatic Colors of #3CF919
Black with #3CF919
Text Example
Text Example
White with #3CF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF919; }
p { color: rgb(60,249,25); }
H1.HeaderClassName
{
color: #3CF919;
}
.AnyTagClassName
{
color: #3CF919;
}
</style>
background-color css
<style>
a { background-color: #3CF919; }
a { background-color: rgb(60,249,25); }
div.DivClassName
{
background-color: #3CF919;
}
.BgClassName
{
background-color: #3CF919;
}
</style>
border-color css
<style>
span { border-color: #3CF919; }
span { border-color: rgb(60,249,25); }
td.TdClassName
{
border-color: #3CF919;
}
.TagClassName
{
border-color: #3CF919;
}
</style>