Shades of Harlequin #3FFA2A
Tints of Harlequin #3FFA2A
RGB
CMYK
RGB Variations
Color information
#3FFA2A (or 0x3FFA2A) is known color: Harlequin. HEX triplet: 3F, FA and 2A. RGB value is (63,250,42). Sum of RGB (Red+Green+Blue) = 63+250+42=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA2A is #C005D5. Grayscale: #ABABAB. Windows color (decimal): -12584406 or 2816575. OLE color: 2816575.
HSL color Cylindrical-coordinate representation of color #3FFA2A: hue angle of 113.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FFA2A is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 42 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.02 |
| HSL | 113.94º | 0.95% | 0.57% | - |
| HSV(B) | 113.94º | 0.83% | 0.98% | - |
| XYZ | 36.65 | 69.6 | 13.69 | - |
| YUV | 170.38 | 55.55 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 42 | 0.75 | 0 | 0.83 | 0.02 | 113.94 | 0.95 | 0.57 |
| Hex | 3F | FA | 2A | 4B | 0 | 53 | 2 | 72 | 5F | 39 |
| Octal | 77 | 372 | 52 | 113 | 0 | 123 | 2 | 162 | 137 | 71 |
| Binary | 111111 | 11111010 | 101010 | 1001011 | 0 | 1010011 | 10 | 1110010 | 1011111 | 111001 |
Color Harmonies of #3FFA2A
Complementary color
Monochromatic Colors of #3FFA2A
Black with #3FFA2A
Text Example
Text Example
White with #3FFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA2A; }
p { color: rgb(63,250,42); }
H1.HeaderClassName
{
color: #3FFA2A;
}
.AnyTagClassName
{
color: #3FFA2A;
}
</style>
background-color css
<style>
a { background-color: #3FFA2A; }
a { background-color: rgb(63,250,42); }
div.DivClassName
{
background-color: #3FFA2A;
}
.BgClassName
{
background-color: #3FFA2A;
}
</style>
border-color css
<style>
span { border-color: #3FFA2A; }
span { border-color: rgb(63,250,42); }
td.TdClassName
{
border-color: #3FFA2A;
}
.TagClassName
{
border-color: #3FFA2A;
}
</style>