Shades of Harlequin #3CF81A
Tints of Harlequin #3CF81A
RGB
CMYK
RGB Variations
Color information
#3CF81A (or 0x3CF81A) is known color: Harlequin. HEX triplet: 3C, F8 and 1A. RGB value is (60,248,26). Sum of RGB (Red+Green+Blue) = 60+248+26=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF81A is #C307E5. Grayscale: #A7A7A7. Windows color (decimal): -12781542 or 1767484. OLE color: 1767484.
HSL color Cylindrical-coordinate representation of color #3CF81A: hue angle of 110.81º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CF81A is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 26 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.03 |
| HSL | 110.81º | 0.94% | 0.54% | - |
| HSV(B) | 110.81º | 0.9% | 0.97% | - |
| XYZ | 35.62 | 68.17 | 12.26 | - |
| YUV | 166.48 | 48.72 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 26 | 0.76 | 0 | 0.90 | 0.03 | 110.81 | 0.94 | 0.54 |
| Hex | 3C | F8 | 1A | 4C | 0 | 5A | 3 | 6F | 5E | 36 |
| Octal | 74 | 370 | 32 | 114 | 0 | 132 | 3 | 157 | 136 | 66 |
| Binary | 111100 | 11111000 | 11010 | 1001100 | 0 | 1011010 | 11 | 1101111 | 1011110 | 110110 |
Color Harmonies of #3CF81A
Complementary color
Monochromatic Colors of #3CF81A
Black with #3CF81A
Text Example
Text Example
White with #3CF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF81A; }
p { color: rgb(60,248,26); }
H1.HeaderClassName
{
color: #3CF81A;
}
.AnyTagClassName
{
color: #3CF81A;
}
</style>
background-color css
<style>
a { background-color: #3CF81A; }
a { background-color: rgb(60,248,26); }
div.DivClassName
{
background-color: #3CF81A;
}
.BgClassName
{
background-color: #3CF81A;
}
</style>
border-color css
<style>
span { border-color: #3CF81A; }
span { border-color: rgb(60,248,26); }
td.TdClassName
{
border-color: #3CF81A;
}
.TagClassName
{
border-color: #3CF81A;
}
</style>