Shades of Harlequin #3FFD2C
Tints of Harlequin #3FFD2C
RGB
CMYK
RGB Variations
Color information
#3FFD2C (or 0x3FFD2C) is known color: Harlequin. HEX triplet: 3F, FD and 2C. RGB value is (63,253,44). Sum of RGB (Red+Green+Blue) = 63+253+44=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 253 (99.22% from 255 or 70.28% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFD2C is #C002D3. Grayscale: #ADADAD. Windows color (decimal): -12583636 or 2948415. OLE color: 2948415.
HSL color Cylindrical-coordinate representation of color #3FFD2C: hue angle of 114.55º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FFD2C is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 44 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.01 |
| HSL | 114.55º | 0.98% | 0.58% | - |
| HSV(B) | 114.55º | 0.83% | 0.99% | - |
| XYZ | 37.63 | 71.49 | 14.2 | - |
| YUV | 172.36 | 55.55 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 44 | 0.75 | 0 | 0.83 | 0.01 | 114.55 | 0.98 | 0.58 |
| Hex | 3F | FD | 2C | 4B | 0 | 53 | 1 | 73 | 62 | 3A |
| Octal | 77 | 375 | 54 | 113 | 0 | 123 | 1 | 163 | 142 | 72 |
| Binary | 111111 | 11111101 | 101100 | 1001011 | 0 | 1010011 | 1 | 1110011 | 1100010 | 111010 |
Color Harmonies of #3FFD2C
Complementary color
Monochromatic Colors of #3FFD2C
Black with #3FFD2C
Text Example
Text Example
White with #3FFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFD2C; }
p { color: rgb(63,253,44); }
H1.HeaderClassName
{
color: #3FFD2C;
}
.AnyTagClassName
{
color: #3FFD2C;
}
</style>
background-color css
<style>
a { background-color: #3FFD2C; }
a { background-color: rgb(63,253,44); }
div.DivClassName
{
background-color: #3FFD2C;
}
.BgClassName
{
background-color: #3FFD2C;
}
</style>
border-color css
<style>
span { border-color: #3FFD2C; }
span { border-color: rgb(63,253,44); }
td.TdClassName
{
border-color: #3FFD2C;
}
.TagClassName
{
border-color: #3FFD2C;
}
</style>