Shades of Harlequin #3CF80D
Tints of Harlequin #3CF80D
RGB
CMYK
RGB Variations
Color information
#3CF80D (or 0x3CF80D) is known color: Harlequin. HEX triplet: 3C, F8 and 0D. RGB value is (60,248,13). Sum of RGB (Red+Green+Blue) = 60+248+13=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 248 (97.27% from 255 or 77.26% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF80D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF80D is #C307F2. Grayscale: #A5A5A5. Windows color (decimal): -12781555 or 915516. OLE color: 915516.
HSL color Cylindrical-coordinate representation of color #3CF80D: hue angle of 108º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CF80D is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 13 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.03 |
| HSL | 108º | 0.94% | 0.51% | - |
| HSV(B) | 108º | 0.95% | 0.97% | - |
| XYZ | 35.5 | 68.12 | 11.66 | - |
| YUV | 165 | 42.22 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 13 | 0.76 | 0 | 0.95 | 0.03 | 108 | 0.94 | 0.51 |
| Hex | 3C | F8 | D | 4C | 0 | 5F | 3 | 6C | 5E | 33 |
| Octal | 74 | 370 | 15 | 114 | 0 | 137 | 3 | 154 | 136 | 63 |
| Binary | 111100 | 11111000 | 1101 | 1001100 | 0 | 1011111 | 11 | 1101100 | 1011110 | 110011 |
Color Harmonies of #3CF80D
Complementary color
Monochromatic Colors of #3CF80D
Black with #3CF80D
Text Example
Text Example
White with #3CF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF80D; }
p { color: rgb(60,248,13); }
H1.HeaderClassName
{
color: #3CF80D;
}
.AnyTagClassName
{
color: #3CF80D;
}
</style>
background-color css
<style>
a { background-color: #3CF80D; }
a { background-color: rgb(60,248,13); }
div.DivClassName
{
background-color: #3CF80D;
}
.BgClassName
{
background-color: #3CF80D;
}
</style>
border-color css
<style>
span { border-color: #3CF80D; }
span { border-color: rgb(60,248,13); }
td.TdClassName
{
border-color: #3CF80D;
}
.TagClassName
{
border-color: #3CF80D;
}
</style>